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

INPUT_MULTILINE ⊄ COMMAND_LINE.

--HG--
branch : key-processing
This commit is contained in:
Kris Maglione
2011-01-26 22:45:21 -05:00
parent 8feab547ef
commit 554c8cd18a
2 changed files with 17 additions and 20 deletions

View File

@@ -154,11 +154,6 @@ var Modes = Module("modes", {
input: true
});
this.addMode("INPUT_MULTILINE", {
extended: true,
hidden: true,
input: true
});
this.addMode("LINE", {
extended: true, hidden: true
});