mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 00:45:47 +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);
|
this.timeout(next, 50);
|
||||||
}).call(this);
|
}).call(this);
|
||||||
|
|
||||||
|
modes.pop();
|
||||||
|
if (timeout)
|
||||||
|
modes.push(modes.IGNORE, modes.HINTS);
|
||||||
|
|
||||||
this.timeout(function () {
|
this.timeout(function () {
|
||||||
if ((modes.extended & modes.HINTS) && !this._continue)
|
if ((modes.extended & modes.HINTS) && !this._continue)
|
||||||
modes.pop();
|
modes.pop();
|
||||||
|
|||||||
@@ -150,6 +150,9 @@ var Modes = Module("modes", {
|
|||||||
description: "Active when a prompt is open in the command line",
|
description: "Active when a prompt is open in the command line",
|
||||||
input: true
|
input: true
|
||||||
});
|
});
|
||||||
|
this.addMode("IGNORE", { hidden: true }, {
|
||||||
|
onEvent: function (event) false
|
||||||
|
});
|
||||||
|
|
||||||
this.push(this.NORMAL, 0, {
|
this.push(this.NORMAL, 0, {
|
||||||
enter: function (stack, prev) {
|
enter: function (stack, prev) {
|
||||||
|
|||||||
Reference in New Issue
Block a user