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