]> git.wh0rd.org Git - tt-rss.git/commitdiff
add S hotkey - search dialog
authorAndrew Dolgov <fox@madoka.spb.ru>
Thu, 8 Jun 2006 08:06:47 +0000 (09:06 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Thu, 8 Jun 2006 08:06:47 +0000 (09:06 +0100)
functions.js

index 9757eca802f4711c386a6c30609f19affb86f7fe..1331eb8d45fdf05082885d60499d1e1a1f1acb8a 100644 (file)
@@ -178,7 +178,11 @@ function hotkey_handler(e) {
                if (keycode == 82) { // r
                        return m_ctx.scheduleFeedUpdate(true);
                }
-       
+
+               if (keycode == 83) { // r
+                       return m_ctx.displayDlg("search", getActiveFeedId());
+               }
+
                if (keycode == 85) { // u
                        if (getActiveFeedId()) {
                                return f_ctx.viewfeed(getActiveFeedId(), 0, "ForceUpdate");