From c3b287046612c7bc5fee4675b2cb8ac4569d01d2 Mon Sep 17 00:00:00 2001 From: James Scholes Date: Sun, 22 Nov 2020 14:53:27 -0600 Subject: [PATCH] Add Shift+C to keys.mjs --- tests/resources/keys.mjs | 1 + 1 file changed, 1 insertion(+) 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";