1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 23:35:56 +00:00

support ctrl key hotkeys

This commit is contained in:
Andrew Dolgov
2013-01-22 13:00:20 +04:00
parent e5e2cf3b88
commit 3fb401120a
2 changed files with 5 additions and 6 deletions

View File

@@ -2077,10 +2077,11 @@
"g t" => "goto_tagcloud",
"g P" => "goto_prefs",
// "other" => array(
"(9)|tab" => "select_article_cursor", // tab
"(9)|Tab" => "select_article_cursor", // tab
"c l" => "create_label",
"c f" => "create_filter",
"c s" => "collapse_sidebar",
"^(191)|Ctrl+/" => "help_dialog",
);
global $pluginhost;