1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 13:07:57 +01:00
This commit is contained in:
Kris Maglione
2012-01-18 13:05:28 -05:00
parent 53d6587fc7
commit 94a6e77d4c

View File

@@ -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
});