mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-22 12:54:13 +01:00
@@ -104,6 +104,10 @@ var ProcessorStack = Class("ProcessorStack", {
|
||||
|
||||
events.dbg("RESULT: " + this._result(result));
|
||||
|
||||
if (result === Events.PASS || result === Events.PASS_THROUGH)
|
||||
if (this.events[0].originalTarget)
|
||||
this.events[0].originalTarget.dactylKeyPress = undefined;
|
||||
|
||||
if (result !== Events.PASS || this.events.length > 1)
|
||||
Events.kill(this.events[this.events.length - 1]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user