1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-02 23:04:13 +01:00

Don't regenerate hints after following unique filtered hint, please.

This commit is contained in:
Kris Maglione
2011-01-11 20:58:40 -05:00
parent 5b162a04b5
commit 37b536c637
2 changed files with 7 additions and 0 deletions

View File

@@ -150,6 +150,9 @@ var Modes = Module("modes", {
description: "Active when a prompt is open in the command line",
input: true
});
this.addMode("IGNORE", { hidden: true }, {
onEvent: function (event) false
});
this.push(this.NORMAL, 0, {
enter: function (stack, prev) {