mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 03:34:12 +01:00
Fix typo in events.feedkeys.
This commit is contained in:
@@ -974,7 +974,7 @@ function Events() //{{{
|
||||
evt.initKeyEvent("keypress", true, true, view, ctrl, alt, shift, meta, keyCode, charCode);
|
||||
if (typeof noremap == "object")
|
||||
for (let [k, v] in Iterator(noremap))
|
||||
event[k] = v;
|
||||
evt[k] = v;
|
||||
else
|
||||
evt.noremap = !!noremap;
|
||||
evt.isMacro = true;
|
||||
|
||||
Reference in New Issue
Block a user