1
0
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:
Kris Maglione
2011-02-07 23:15:31 -05:00
parent 0290f6ebcd
commit 263df6bf5a

View File

@@ -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"])) {