From fb226bb16db53f1f8a15bc9a3c4ea3f995fc5092 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 12 Jan 2013 16:23:15 +0400 Subject: [PATCH] fix search shortcut, disable help dialog shortcut --- include/functions.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/functions.php b/include/functions.php index 921c9235..1ae5430c 100644 --- a/include/functions.php +++ b/include/functions.php @@ -2036,7 +2036,7 @@ "p" => "prev_article", "(38)" => "prev_article", "(40)" => "next_article", - "/" => "search_dialog", + "(191)" => "search_dialog", // "article" => array( "s" => "toggle_mark", "S" => "toggle_publ", @@ -2080,7 +2080,6 @@ "c l" => "create_label", "c f" => "create_filter", "c s" => "collapse_sidebar", - "(191)" => "help_dialog", ); global $pluginhost; -- 2.39.2