mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 10:47:57 +01:00
add "f" as a page-down key mapping in the more-prompt pager
This commit is contained in:
@@ -679,6 +679,13 @@ function CommandLine() //{{{
|
|||||||
; // fall through
|
; // fall through
|
||||||
|
|
||||||
// page down
|
// page down
|
||||||
|
case "f":
|
||||||
|
if (vimperator.options["more"] && isScrollable())
|
||||||
|
win.scrollByPages(1);
|
||||||
|
else
|
||||||
|
pass(event);
|
||||||
|
break;
|
||||||
|
|
||||||
case "<Space>":
|
case "<Space>":
|
||||||
case "<PageDown>":
|
case "<PageDown>":
|
||||||
if (vimperator.options["more"] && isScrollable() && !atEnd())
|
if (vimperator.options["more"] && isScrollable() && !atEnd())
|
||||||
|
|||||||
Reference in New Issue
Block a user