summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-01-22 13:00:20 +0400
committerAndrew Dolgov <[email protected]>2013-01-22 13:00:20 +0400
commit3fb401120af97da49c8d1c414e9e62fc29d80927 (patch)
tree0487ae364b5b82d71714ec8788938315c60b85f4 /include/functions.php
parente5e2cf3b88a33594777a5487f400e9c93d6b82cd (diff)
support ctrl key hotkeys
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;