fix search shortcut, disable help dialog shortcut

This commit is contained in:
Andrew Dolgov 2013-01-12 16:23:15 +04:00
parent 7d1a91d56c
commit fb226bb16d

View file

@ -2036,7 +2036,7 @@
"p" => "prev_article", "p" => "prev_article",
"(38)" => "prev_article", "(38)" => "prev_article",
"(40)" => "next_article", "(40)" => "next_article",
"/" => "search_dialog", "(191)" => "search_dialog",
// "article" => array( // "article" => array(
"s" => "toggle_mark", "s" => "toggle_mark",
"S" => "toggle_publ", "S" => "toggle_publ",
@ -2080,7 +2080,6 @@
"c l" => "create_label", "c l" => "create_label",
"c f" => "create_filter", "c f" => "create_filter",
"c s" => "collapse_sidebar", "c s" => "collapse_sidebar",
"(191)" => "help_dialog",
); );
global $pluginhost; global $pluginhost;