1
0
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:
Doug Kearns
2009-06-07 00:14:59 +10:00
parent 97987ef0f5
commit 5f1d15968e

View File

@@ -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;