From 238eff0165cd80b3915d6fc53b4ad8bc866e03dc Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 15 May 2008 17:27:11 +0100 Subject: actions dropbox: add action to show hotkey help --- tt-rss.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tt-rss.js') 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); } -- cgit v1.2.3