From: Andrew Dolgov Date: Sat, 12 Jan 2013 12:23:15 +0000 (+0400) Subject: fix search shortcut, disable help dialog shortcut X-Git-Tag: 1.7.0~61 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=fb226bb16db53f1f8a15bc9a3c4ea3f995fc5092;p=tt-rss.git fix search shortcut, disable help dialog shortcut --- 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;