summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-15 17:27:11 +0100
committerAndrew Dolgov <[email protected]>2008-05-15 17:27:11 +0100
commit238eff0165cd80b3915d6fc53b4ad8bc866e03dc (patch)
tree159a4581a81247f7ef186aaaabf59d566d240a79 /tt-rss.js
parent5ac3b9d607ac518d06e7f8208d45720e3b64cea9 (diff)
actions dropbox: add action to show hotkey help
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 0e4c153c0..a8a54fb4c 100644
--- 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);
}