1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 21:14:13 +01:00
This commit is contained in:
Kris Maglione
2011-07-27 08:55:20 -04:00
parent fbf080a62c
commit ece2ad9b96
2 changed files with 4 additions and 4 deletions

View File

@@ -1417,7 +1417,7 @@ var Events = Module("events", {
keyup: function onKeyUp(event) {
if (event.type == "keydown")
this.keyEvents.push(event);
else
else if (!this.processor)
this.keyEvents = [];
let pass = this.passing && !event.isMacro ||