diff --git a/src/features/editor/EditorArea.tsx b/src/features/editor/EditorArea.tsx index 4afac0b3..a820a031 100644 --- a/src/features/editor/EditorArea.tsx +++ b/src/features/editor/EditorArea.tsx @@ -57,6 +57,7 @@ export function EditorArea(props: { }, [tabIdsKey]); const modKey = isMac ? "\u2318" : "Ctrl+"; + const shiftKey = isMac ? "\u21E7" : "Shift+"; return (