mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 18:24:11 +01:00
Backout revision ea3c2db9957a. Closes issue #568.
This commit is contained in:
@@ -1320,11 +1320,6 @@ var Events = Module("events", {
|
|||||||
else
|
else
|
||||||
this.keyEvents = [];
|
this.keyEvents = [];
|
||||||
|
|
||||||
let isMacro = event.isMacro || this.feedingEvent && this.feedingEvent.isMacro;
|
|
||||||
if (this.lastKeyFake && !isMacro)
|
|
||||||
this.passing = false;
|
|
||||||
this.lastKeyFake = isMacro;
|
|
||||||
|
|
||||||
let pass = this.passing && !event.isMacro ||
|
let pass = this.passing && !event.isMacro ||
|
||||||
this.feedingEvent && this.feedingEvent.isReplay ||
|
this.feedingEvent && this.feedingEvent.isReplay ||
|
||||||
event.isReplay ||
|
event.isReplay ||
|
||||||
|
|||||||
Reference in New Issue
Block a user