mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-12 19:41:04 +02:00
Merge branch 'hotkeys-keypress-bugfix' of suraia/tt-rss into master
This commit is contained in:
commit
e35c656b38
@ -18,8 +18,8 @@ class GoogleReaderKeys extends Plugin {
|
|||||||
|
|
||||||
$hotkeys["j"] = "next_article_noscroll";
|
$hotkeys["j"] = "next_article_noscroll";
|
||||||
$hotkeys["k"] = "prev_article_noscroll";
|
$hotkeys["k"] = "prev_article_noscroll";
|
||||||
$hotkeys["*n"] = "next_feed";
|
$hotkeys["N"] = "next_feed";
|
||||||
$hotkeys["*p"] = "prev_feed";
|
$hotkeys["P"] = "prev_feed";
|
||||||
$hotkeys["v"] = "open_in_new_window";
|
$hotkeys["v"] = "open_in_new_window";
|
||||||
$hotkeys["r"] = "feed_refresh";
|
$hotkeys["r"] = "feed_refresh";
|
||||||
$hotkeys["m"] = "toggle_unread";
|
$hotkeys["m"] = "toggle_unread";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user