summaryrefslogtreecommitdiff
path: root/plugins/hotkeys_noscroll/init.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-14 09:08:52 +0300
committerAndrew Dolgov <[email protected]>2019-03-14 09:08:52 +0300
commitb1bb7c6001c9a2c7c636674c110ccfdd5a09cd7e (patch)
tree82a53b581b0a4012bccb71901685e0039a84627c /plugins/hotkeys_noscroll/init.php
parent019f4578bcb80069487c4dff7ec5c05f35b0eacd (diff)
parent63d7705b7fbe980bfc4e8c7f01b38e80b3c68928 (diff)
Merge branch 'master' of git.fakecake.org:tt-rss
Diffstat (limited to 'plugins/hotkeys_noscroll/init.php')
-rw-r--r--plugins/hotkeys_noscroll/init.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/hotkeys_noscroll/init.php b/plugins/hotkeys_noscroll/init.php
index 18f5aedab..2038997f5 100644
--- a/plugins/hotkeys_noscroll/init.php
+++ b/plugins/hotkeys_noscroll/init.php
@@ -16,8 +16,8 @@ class Hotkeys_Noscroll extends Plugin {
function hook_hotkey_map($hotkeys) {
- $hotkeys["(40)|down"] = "next_article_noscroll";
- $hotkeys["(38)|up"] = "prev_article_noscroll";
+ $hotkeys["(40)|Down"] = "next_article_noscroll";
+ $hotkeys["(38)|Up"] = "prev_article_noscroll";
$hotkeys["n"] = "next_article_noscroll";
$hotkeys["p"] = "prev_article_noscroll";