mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 20:17:59 +01:00
Fix ;F on OS-X.
This commit is contained in:
@@ -648,7 +648,7 @@ const Buffer = Module("buffer", {
|
|||||||
["mousedown", "mouseup"].forEach(function (event) {
|
["mousedown", "mouseup"].forEach(function (event) {
|
||||||
events.dispatch(elem, events.create(doc, event, {
|
events.dispatch(elem, events.create(doc, event, {
|
||||||
screenX: offsetX, screenY: offsetY,
|
screenX: offsetX, screenY: offsetY,
|
||||||
ctrlKey: ctrlKey, shiftKey: shiftKey, metaKey: false
|
ctrlKey: ctrlKey, shiftKey: shiftKey, metaKey: ctrlKey
|
||||||
}));
|
}));
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user