]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.js
actions dropbox: add action to show hotkey help
[tt-rss.git] / tt-rss.js
index 0e4c153c0cf295b7fb2278136b92eab5526da6b4..a8a54fb4c72e4b05f494a2ac063ad6da846f3ef8 100644 (file)
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -529,6 +529,10 @@ function quickMenuGo(opid) {
                        rescoreCurrentFeed();
                }
 
+               if (opid == "qmcHKhelp") {
+                       Element.show("hotkey_help_overlay");
+               }
+
        } catch (e) {
                exception_error("quickMenuGo", e);
        }