mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 23:47:58 +01:00
Replace weird mystery meat args of mapping actions with a proper object.
This commit is contained in:
@@ -935,7 +935,6 @@ var CommandLine = Module("commandline", {
|
||||
}
|
||||
else if (event.type == "keypress") {
|
||||
let key = events.toString(event);
|
||||
util.dump("keypress", key, Events.isEscape(event));
|
||||
if (this._completions)
|
||||
this._completions.previewClear();
|
||||
if (!this.currentExtendedMode)
|
||||
|
||||
Reference in New Issue
Block a user