mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 10:57:59 +01:00
Fix bug.
This commit is contained in:
@@ -119,7 +119,7 @@ var Modes = Module("modes", {
|
||||
onKeyPress: function (events) { if (modes.main == modes.QUOTE) modes.pop(); }
|
||||
});
|
||||
this.addMode("IGNORE", { hidden: true }, {
|
||||
onKeyPress: function (events) Events.KILL,
|
||||
onKeyPress: function (events) false,
|
||||
bases: [],
|
||||
passthrough: true
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user