bindings: accept b for scrolling back up in help viewer and file browser

Like in Dillo, and because it could be mnemonic for "Back" and
is directly above the space bar (in a QWERTY layout, at least).
master
Benno Schulenberg 2020-10-11 16:04:15 +02:00
parent 622b031e27
commit b9d6d547b8
1 changed files with 1 additions and 0 deletions

View File

@ -529,6 +529,7 @@ functionptrtype interpret(int *keycode)
return do_findnext;
switch (tolower(*keycode)) {
case 'b':
case '-':
return do_page_up;
case ' ':