1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-19 14:47:59 +01:00

Apply 'timeout' to unbound keys too.

This commit is contained in:
Kris Maglione
2011-03-12 10:01:46 -05:00
parent 65aa261bf7
commit 2fd5e63a4d
2 changed files with 13 additions and 13 deletions

View File

@@ -245,7 +245,7 @@ var Modes = Module("modes", {
if (!mode.extended)
this._mainModes.push(mode);
dactyl.triggerObserver("mode-add", mode);
dactyl.triggerObserver("modes.add", mode);
},
dumpStack: function dumpStack() {
@@ -370,7 +370,7 @@ var Modes = Module("modes", {
push ? { push: push } : stack || {},
prev);
dactyl.triggerObserver("modeChange", [oldMain, oldExtended], [this._main, this._extended], stack);
dactyl.triggerObserver("modes.change", [oldMain, oldExtended], [this._main, this._extended], stack);
this.show();
},