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

tweak hotkey map notation to allow stuff like shift-arrows

This commit is contained in:
Andrew Dolgov
2013-03-18 20:59:48 +04:00
parent 0ac2f52e14
commit 5b18c93622
4 changed files with 41 additions and 15 deletions

View File

@@ -21,8 +21,8 @@ class GoogleReaderKeys extends Plugin {
$hotkeys["j"] = "next_article_noscroll";
$hotkeys["k"] = "prev_article_noscroll";
$hotkeys["N"] = "next_feed";
$hotkeys["P"] = "prev_feed";
$hotkeys["*n"] = "next_feed";
$hotkeys["*p"] = "prev_feed";
$hotkeys["v"] = "open_in_new_window";
$hotkeys["r"] = "feed_refresh";
$hotkeys["(32)|space"] = "next_article";