mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-03 23:55:55 +01:00
Don't regenerate hints after following unique filtered hint, please.
This commit is contained in:
@@ -550,6 +550,10 @@ var Hints = Module("hints", {
|
||||
this.timeout(next, 50);
|
||||
}).call(this);
|
||||
|
||||
modes.pop();
|
||||
if (timeout)
|
||||
modes.push(modes.IGNORE, modes.HINTS);
|
||||
|
||||
this.timeout(function () {
|
||||
if ((modes.extended & modes.HINTS) && !this._continue)
|
||||
modes.pop();
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user