diff --git a/tests/resources/keys.mjs b/tests/resources/keys.mjs index 9003652fb..30afcea1d 100644 --- a/tests/resources/keys.mjs +++ b/tests/resources/keys.mjs @@ -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";