From: Andrew Dolgov Date: Fri, 20 Jun 2008 05:12:04 +0000 (+0100) Subject: properly reset cmd key pseudo-prefix X-Git-Tag: 1.2.24~2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=43319e5e880a340b885d433f33ff96e8cbd9f59d;p=tt-rss.git properly reset cmd key pseudo-prefix --- diff --git a/tt-rss.js b/tt-rss.js index d5abfcdd..570be5e5 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) {