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

Fix hint key processing.

This commit is contained in:
Kris Maglione
2011-01-19 23:09:29 -05:00
parent 28639ad25e
commit 8142d837c1
3 changed files with 9 additions and 8 deletions

View File

@@ -37,6 +37,7 @@ var Modes = Module("modes", {
this.addMode("BASE", {
description: "The base mode for all other modes",
bases: [],
count: false
});
this.addMode("MAIN", {