Skip to content

Commit

Permalink
Correct entry for Shift+F in keys.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
jscholes committed Jan 11, 2021
1 parent c5837dc commit c0bc7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/resources/keys.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const ENTER = "Enter";
export const E_AND_SHIFT_E = "E / Shift+E";
export const ESC = "Escape";
export const F_AND_SHIFT_F = "F / Shift+F";
export const SHIFT_F = "F / Shift+F";
export const SHIFT_F = "Shift+F";
export const HOME = "Home";
export const INS_DOWN_OR_CAPS_DOWN = "Insert+Down (or CapsLock+Down)";
export const INS_F7_OR_CAPS_F7 = "Insert+F7 (or CapsLock+F7)";
Expand Down

0 comments on commit c0bc7d0

Please sign in to comment.