Fix missed hotkeys in googlereaderkeys plugin
This commit is contained in:
parent
375c4c28a0
commit
bbb8a2e873
|
@ -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…
Reference in New Issue