1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 17:47:59 +01:00

Fix ;F on OS-X.

This commit is contained in:
Kris Maglione
2010-11-07 11:51:57 -05:00
parent 5c6a924f1e
commit 36e220fb9b

View File

@@ -648,7 +648,7 @@ const Buffer = Module("buffer", {
["mousedown", "mouseup"].forEach(function (event) {
events.dispatch(elem, events.create(doc, event, {
screenX: offsetX, screenY: offsetY,
ctrlKey: ctrlKey, shiftKey: shiftKey, metaKey: false
ctrlKey: ctrlKey, shiftKey: shiftKey, metaKey: ctrlKey
}));
});
});