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 (
- ⇧{modKey}F {t("keyboard.search")} + + {modKey} + {shiftKey}F + {" "} + {t("keyboard.search")} {modKey}1-9 {t("keyboard.switchTab")}