From d9714dedaa064998cc25ad42e327af3e8f04f71e Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:23:43 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=B4=EF=B8=8F=20reservedShortcuts.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/keybindings/reservedShortcuts.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/keybindings/reservedShortcuts.ts b/src/keybindings/reservedShortcuts.ts index 8223cc3..66ad104 100644 --- a/src/keybindings/reservedShortcuts.ts +++ b/src/keybindings/reservedShortcuts.ts @@ -125,3 +125,4 @@ function normalizeStep(step: string): string { modifiers.sort() return [...modifiers, mainKey].join('+') } +