]> git.wh0rd.org - tt-rss.git/commitdiff
properly reset cmd key pseudo-prefix
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 20 Jun 2008 05:12:04 +0000 (06:12 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 20 Jun 2008 05:12:04 +0000 (06:12 +0100)
tt-rss.js

index d5abfcddaf1f6016be161fcf009840e6434d2876..570be5e57ed20f8d06e673f010857bd3ae4ebe25 100644 (file)
--- 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) {