From 3fb401120af97da49c8d1c414e9e62fc29d80927 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 22 Jan 2013 13:00:20 +0400 Subject: support ctrl key hotkeys --- include/functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/functions.php') 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; -- cgit v1.2.3