mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 05:48:10 +01:00
@@ -110,7 +110,7 @@ var Modes = Module("modes", {
|
|||||||
this.addMode("INPUT", {
|
this.addMode("INPUT", {
|
||||||
char: "I",
|
char: "I",
|
||||||
description: "The base mode for input modes, including Insert and Command Line",
|
description: "The base mode for input modes, including Insert and Command Line",
|
||||||
bases: [this.BASE],
|
bases: [this.MAIN],
|
||||||
input: true
|
input: true
|
||||||
});
|
});
|
||||||
this.addMode("INSERT", {
|
this.addMode("INSERT", {
|
||||||
|
|||||||
Reference in New Issue
Block a user