mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 21:14:13 +01:00
Closes #586.
This commit is contained in:
@@ -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 ||
|
||||
|
||||
Reference in New Issue
Block a user