properly reset cmd key pseudo-prefix

This commit is contained in:
Andrew Dolgov 2008-06-20 06:12:04 +01:00
parent 344702beb4
commit 43319e5e88
1 changed files with 6 additions and 0 deletions

View File

@ -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) {