mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 04:38:01 +01:00
Fix bug in last commit.
This commit is contained in:
@@ -1087,7 +1087,7 @@ const CommandLine = Module("commandline", {
|
||||
|
||||
// unmapped key
|
||||
default:
|
||||
if (!options["more"] || !atEnd(-1))
|
||||
if (!options["more"] || atEnd(1))
|
||||
passEvent = true;
|
||||
else
|
||||
showMoreHelpPrompt = true;
|
||||
|
||||
Reference in New Issue
Block a user