mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 02:38:00 +01:00
Add macro utility bindings. Add named aliases for some mappings.
--HG-- branch : key-processing
This commit is contained in:
@@ -372,7 +372,6 @@ var CommandMode = Class("CommandMode", {
|
||||
if (!this.completions.itemList.visible)
|
||||
this.autocompleteTimer.flush();
|
||||
}
|
||||
util.dump("input", commandline.command, this.widgets.command[1]);
|
||||
this.onChange(commandline.command);
|
||||
},
|
||||
keyup: function onKeyUp(event) {
|
||||
|
||||
Reference in New Issue
Block a user