1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 16:34:13 +01:00

Unhide COMMAND mode.

--HG--
branch : groups
This commit is contained in:
Kris Maglione
2011-02-07 13:22:24 -05:00
parent 27f973a4d0
commit 68b42e466e

View File

@@ -47,8 +47,7 @@ var Modes = Module("modes", {
count: false count: false
}); });
this.addMode("COMMAND", { this.addMode("COMMAND", {
description: "The base mode for most modes which accept commands rather than input", description: "The base mode for most modes which accept commands rather than input"
hidden: true
}); });
this.addMode("NORMAL", { this.addMode("NORMAL", {