properly reset cmd key pseudo-prefix

master
Andrew Dolgov 17 years ago
parent 344702beb4
commit 43319e5e88

@ -1306,7 +1306,13 @@ function hotkey_handler(e) {
toggleTags();
return false;
}
}
/* Cmd */
if (hotkey_prefix == 224 || hotkey_prefix == 91) { // f
hotkey_prefix = false;
return;
}
if (hotkey_prefix) {

Loading…
Cancel
Save