summaryrefslogtreecommitdiff
path: root/plugins/hotkeys_noscroll
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-05-17 08:25:51 +0300
committerAndrew Dolgov <[email protected]>2020-05-17 08:25:51 +0300
commit9ae9302b6b3526b15652715f9741dad8c51f9fee (patch)
tree9b3efedd928a5b074e4b60c6f4184c804877111e /plugins/hotkeys_noscroll
parent3dc506a19ac483c60cf2800066e4403df4db0ef1 (diff)
implement keyboard-related changes discussed in https://community.tt-rss.org/t/changing-the-amount-of-scroll-by-arrow-key/3452/7
Diffstat (limited to 'plugins/hotkeys_noscroll')
-rw-r--r--plugins/hotkeys_noscroll/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hotkeys_noscroll/init.php b/plugins/hotkeys_noscroll/init.php
index 2038997f5..b31ee92ae 100644
--- a/plugins/hotkeys_noscroll/init.php
+++ b/plugins/hotkeys_noscroll/init.php
@@ -4,7 +4,7 @@ class Hotkeys_Noscroll extends Plugin {
function about() {
return array(1.0,
- "n/p hotkeys move between articles without scrolling",
+ "n/p (and up/down) hotkeys move between articles without scrolling",
"fox");
}