summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-06-20 06:12:04 +0100
committerAndrew Dolgov <[email protected]>2008-06-20 06:12:04 +0100
commit43319e5e880a340b885d433f33ff96e8cbd9f59d (patch)
tree3c26acf8768d5d830db4b8651294dc7bd3f3cc69 /tt-rss.js
parent344702beb4fd21ac221f857aaacbbb349d88ce31 (diff)
properly reset cmd key pseudo-prefix
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/tt-rss.js b/tt-rss.js
index d5abfcdda..570be5e57 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -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) {