fix search shortcut, disable help dialog shortcut
This commit is contained in:
parent
7d1a91d56c
commit
fb226bb16d
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue