]> git.wh0rd.org - tt-rss.git/blobdiff - include/functions.php
add hack to support arbitrary key descriptions for hotkeys
[tt-rss.git] / include / functions.php
index b564caf1efc1b2dba92d7de374c57bcbc199a1db..ac3a8861e0cc33c633ca60f9d330e118dc3b2e3e 100644 (file)
                                "j" => "prev_feed",
                                "n" => "next_article",
                                "p" => "prev_article",
-                               "(38)" => "prev_article",
-                               "(40)" => "next_article",
-                               "(191)" => "search_dialog",
+                               "(38)|up" => "prev_article",
+                               "(40)|down" => "next_article",
+                               "(191)|/" => "search_dialog",
 //                     "article" => array(
                                "s" => "toggle_mark",
                                "S" => "toggle_publ",
                                "g t" => "goto_tagcloud",
                                "g P" => "goto_prefs",
 //                     "other" => array(
-                               "(9)" => "select_article_cursor", // tab
+                               "(9)|tab" => "select_article_cursor", // tab
                                "c l" => "create_label",
                                "c f" => "create_filter",
                                "c s" => "collapse_sidebar",