1
0
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:
Kris Maglione
2011-01-18 18:37:38 -05:00
parent b836cc8110
commit 551f777c22
4 changed files with 38 additions and 7 deletions

View File

@@ -606,7 +606,7 @@ var CommandLine = Module("commandline", {
if (params.pop)
commandline.leave();
},
mainMode: this.currentExtendedMode
keyModes: [this.currentExtendedMode]
});
this._keepCommand = false;