aboutsummaryrefslogtreecommitdiff
path: root/config-user.default.php
diff options
context:
space:
mode:
authorGravatar stysebae <32852093+stysebae@users.noreply.github.com> 2021-10-19 10:46:39 +0200
committerGravatar GitHub <noreply@github.com> 2021-10-19 10:46:39 +0200
commit85b898c623ae09d5caa88041bd8ceb26d4f1defc (patch)
tree2ac16791bc739d58b732f06c8cf60b6aefae9b18 /config-user.default.php
parentf96563ebb0c1e38a320eda1e7fdd8490785cd047 (diff)
Add shortcut to jump to next unread article (issue #3393) (#3891)
* Add shortcut to jump to next unread article * phpcbf Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'config-user.default.php')
-rw-r--r--config-user.default.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-user.default.php b/config-user.default.php
index ef2218bab..8981bbc1a 100644
--- a/config-user.default.php
+++ b/config-user.default.php
@@ -62,6 +62,7 @@ return array (
'mark_favorite' => 'f',
'go_website' => 'space',
'next_entry' => 'j',
+ 'next_unread_entry' => 'h',
'prev_entry' => 'k',
'skip_next_entry' => 'n',
'skip_prev_entry' => 'p',