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:
@@ -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