1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-18 22:41:29 +00:00

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

View File

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