Skip to content

Commit

Permalink
Update keys.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
jscholes committed Jan 5, 2022
1 parent 2f4f959 commit 267f391
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/resources/keys.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,11 @@ export const CTRL_OPT_CMD_X = "Control+Option+Command+X";
export const SHIFT_CTRL_OPT_CMD_X = "Shift+Control+Option+Command+X";
export const SHIFT_CTRL_OPT_CMD_G = "Shift+Control+Option+Command+G";
export const SHIFT_CTRL_OPT_CMD_H = "Shift+Control+Option+Command+H";
export const SHIFT_CTRL_OPT_CMD_P = "Shift+Control+Option+Command+P";
export const SHIFT_G = "Shift+G";
export const SHIFT_H = "Shift+H";
export const ONE = "1";
export const TWO = "2";
export const SHIFT_ONE = "Shift+1";
export const SHIFT_TWO = "Shift+2";
export const SHIFT_P = "Shift+P";

0 comments on commit 267f391

Please sign in to comment.