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:
@@ -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", {
|
||||||
|
|||||||
Reference in New Issue
Block a user