From edc476023ec38cae33f9a1cb9e720a6e692565d7 Mon Sep 17 00:00:00 2001 From: achmizs Date: Sun, 10 Feb 2019 22:07:32 -0500 Subject: [PATCH] Keyboard help, part XVI --- www/script.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/www/script.js b/www/script.js index 0227c572..9be74521 100644 --- a/www/script.js +++ b/www/script.js @@ -2881,10 +2881,11 @@ function keyboardHelpSetup() { [ [ '.' ], "Focus next entry in list" ], [ [ ',' ], "Focus previous entry in list" ], [ [ ';' ], "Cycle between links in focused entry" ], - [ [ 'Enter' ], "Go to focused entry" ], - [ [ 'ak-]' ], "Load next page of listings" ], - [ [ 'ak-[' ], "Load previous page of listings" ], - [ [ 'ak-\\' ], "First page of current view" ] + [ [ 'Enter' ], "Go to currently focused entry" ], + [ [ 'Esc' ], "Unfocus currently focused entry" ], + [ [ 'ak-]' ], "Go to next page" ], + [ [ 'ak-[' ], "Go to previous page" ], + [ [ 'ak-\\' ], "Go to first page" ] ], [ "Page navigation", [ [ 'ak-,' ], "Jump up to top of page" ], -- 2.11.4.GIT