mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 05:27:58 +01:00
Backout revision ea3c2db9957a again.
This commit is contained in:
@@ -1420,11 +1420,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