mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 07:14:17 +01:00
Add preliminary mode inheritance and BASE/INSERT modes.
This commit is contained in:
@@ -606,7 +606,7 @@ var CommandLine = Module("commandline", {
|
||||
if (params.pop)
|
||||
commandline.leave();
|
||||
},
|
||||
mainMode: this.currentExtendedMode
|
||||
keyModes: [this.currentExtendedMode]
|
||||
});
|
||||
|
||||
this._keepCommand = false;
|
||||
|
||||
Reference in New Issue
Block a user