mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 14:14:12 +01:00
Fix key processing bug.
This commit is contained in:
@@ -121,7 +121,7 @@ var ProcessorStack = Class("ProcessorStack", {
|
|||||||
|
|
||||||
if (result === Events.PASS)
|
if (result === Events.PASS)
|
||||||
events.feedevents(null, list.slice(0, length), { skipmap: true, isMacro: true, isReplay: true });
|
events.feedevents(null, list.slice(0, length), { skipmap: true, isMacro: true, isReplay: true });
|
||||||
if (list.length > length)
|
if (list.length > length && this.processors.length === 0)
|
||||||
events.feedevents(null, list.slice(length));
|
events.feedevents(null, list.slice(length));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user