Skip to content

Commit

Permalink
Add Shift+C to keys.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
jscholes committed Nov 22, 2020
1 parent 01698f8 commit c3b2870
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/resources/keys.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const ALT_DELETE = "Alt+Delete";
export const ALT_DOWN = "Alt+Down";
export const ALT_UP = "Alt+Up";
export const C_AND_SHIFT_C = "C / Shift+C";
export const SHIFT_C = "Shift+C";
export const CTRL_INS_X = "Control+Insert+X";
export const OPT_DOWN = "Option+Down";
export const OPT_UP = "Option+Up";
Expand Down

0 comments on commit c3b2870

Please sign in to comment.