From 85b898c623ae09d5caa88041bd8ceb26d4f1defc Mon Sep 17 00:00:00 2001 From: stysebae <32852093+stysebae@users.noreply.github.com> Date: Tue, 19 Oct 2021 10:46:39 +0200 Subject: 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 --- config-user.default.php | 1 + 1 file changed, 1 insertion(+) (limited to 'config-user.default.php') 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', -- cgit v1.2.3