1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 08:22:28 +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
});
this.addMode("COMMAND", {
description: "The base mode for most modes which accept commands rather than input",
hidden: true
description: "The base mode for most modes which accept commands rather than input"
});
this.addMode("NORMAL", {