diff --git a/src/accessibility/KeyboardShortcuts.ts b/src/accessibility/KeyboardShortcuts.ts index 0bd3cffcad4..3d798f47b7b 100644 --- a/src/accessibility/KeyboardShortcuts.ts +++ b/src/accessibility/KeyboardShortcuts.ts @@ -175,7 +175,7 @@ export const KEY_ICON: Record = { }; if (isMac) { KEY_ICON[Key.META] = "⌘"; - KEY_ICON[Key.SHIFT] = "⌥"; + KEY_ICON[Key.ALT] = "⌥"; } export const CATEGORIES: Record = {