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