mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 05:12:28 +01:00
Experimentally remove the threadYield call in events.feedkeys.
This commit is contained in:
@@ -526,8 +526,6 @@ var Events = Module("events", {
|
||||
if (quiet)
|
||||
commandline.quiet = quiet;
|
||||
|
||||
util.threadYield(1, true); // Why? --Kris
|
||||
|
||||
for (let [, evt_obj] in Iterator(events.fromString(keys))) {
|
||||
let now = Date.now();
|
||||
for (let type in values(["keydown", "keyup", "keypress"])) {
|
||||
|
||||
Reference in New Issue
Block a user