summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index ac3a8861e..f3c05fecb 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -2077,10 +2077,11 @@
"g t" => "goto_tagcloud",
"g P" => "goto_prefs",
// "other" => array(
- "(9)|tab" => "select_article_cursor", // tab
+ "(9)|Tab" => "select_article_cursor", // tab
"c l" => "create_label",
"c f" => "create_filter",
"c s" => "collapse_sidebar",
+ "^(191)|Ctrl+/" => "help_dialog",
);
global $pluginhost;