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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user