summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/functions.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/functions.php b/include/functions.php
index b564caf1e..ac3a8861e 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -2035,9 +2035,9 @@
"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",
@@ -2077,7 +2077,7 @@
"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",