1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 13:17:59 +01:00

Fix confusing, duplicate help index entries.

This commit is contained in:
Kris Maglione
2011-02-22 03:00:50 -05:00
parent 28ec383432
commit 572f36906b
5 changed files with 24 additions and 9 deletions

View File

@@ -36,6 +36,7 @@ var Modes = Module("modes", {
this.boundProperties = {};
this.addMode("BASE", {
char: "b",
description: "The base mode for all other modes",
bases: [],
count: false
@@ -47,6 +48,7 @@ var Modes = Module("modes", {
count: false
});
this.addMode("COMMAND", {
char: "C",
description: "The base mode for most modes which accept commands rather than input"
});