Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
head
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonLaster committed Jul 5, 2017
1 parent fbabcf1 commit 58f553f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/mochitest/head.js
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ const isMac = Services.appinfo.OS === "Darwin";
const cmdOrCtrl = isLinux ? { ctrlKey: true } : { metaKey: true };
const shiftOrAlt = isMac
? { accelKey: true, shiftKey: true }
: { aaccelKey: true, ltKey: true };
: { accelKey: true, altKey: true };

// On Mac, going to beginning/end only works with meta+left/right. On
// Windows, it only works with home/end. On Linux, apparently, either
Expand Down

0 comments on commit 58f553f

Please sign in to comment.