1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 06:45:56 +00:00

add hack to support arbitrary key descriptions for hotkeys

This commit is contained in:
Andrew Dolgov
2013-01-22 12:52:52 +04:00
parent 1b03e1deb6
commit e5e2cf3b88
3 changed files with 21 additions and 4 deletions

View File

@@ -2035,9 +2035,9 @@
"j" => "prev_feed",
"n" => "next_article",
"p" => "prev_article",
"(38)" => "prev_article",
"(40)" => "next_article",
"(191)" => "search_dialog",
"(38)|up" => "prev_article",
"(40)|down" => "next_article",
"(191)|/" => "search_dialog",
// "article" => array(
"s" => "toggle_mark",
"S" => "toggle_publ",
@@ -2077,7 +2077,7 @@
"g t" => "goto_tagcloud",
"g P" => "goto_prefs",
// "other" => array(
"(9)" => "select_article_cursor", // tab
"(9)|tab" => "select_article_cursor", // tab
"c l" => "create_label",
"c f" => "create_filter",
"c s" => "collapse_sidebar",