1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 01:57:58 +01:00

Fix remapping <C-v>. Closes issue #297.

--HG--
branch : key-processing
This commit is contained in:
Kris Maglione
2011-01-26 17:02:47 -05:00
parent c7a1303197
commit f44ba86101

View File

@@ -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", {