]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/googlereaderkeys/init.php
tweak hotkey map notation to allow stuff like shift-arrows
[tt-rss.git] / plugins / googlereaderkeys / init.php
index 97133d3058398601bc505ae7a00798d386288fc1..92bf626e605f475053b733218c51dcad6e0b139b 100644 (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";