mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 23:45:45 +01:00
Don't block the entire Firefox process during io.system.
--HG-- extra : rebase_source : 7e3889e5bf19cdd1726fdd5c3dcdb98f4f0374f5
This commit is contained in:
@@ -251,7 +251,6 @@ const Events = Module("events", {
|
||||
|
||||
for (let [, evt_obj] in Iterator(events.fromString(keys))) {
|
||||
for (let type in values(["keydown", "keyup", "keypress"])) {
|
||||
let elem = dactyl.focus || buffer.focusedFrame;
|
||||
let evt = this.feedingEvent = update({}, evt_obj, { type: type });
|
||||
|
||||
if (isObject(noremap))
|
||||
|
||||
Reference in New Issue
Block a user