You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rewrite Help modal content with updated text and new sections
- Updated intro paragraphs: share-focused copy, local storage + no tracking note
- Renamed settings heading to "Settings Details"
- Updated Split Modifiers, Physical Layout, and Language body copy
- Added Mouse/HOTAS and Cross-Format Conflict Warnings items
- Renamed Reset All to "Return to Defaults" with updated description
- Added credit section with email link and language note
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
(I speak English and a small amount of French and German, but we both always have computer translation to help our communication if you have questions, feature requests, or bug reports.)
Copy file name to clipboardExpand all lines: src/translations.js
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -72,15 +72,19 @@ const en = {
72
72
mitLicense: 'MIT License',
73
73
mobileWarning: 'This is a desktop focused application and, given the nature of it, will likely never be totally optimized for mobile. - Management',
74
74
helpIntro1: 'is a visual keyboard binding planner.',
75
-
helpIntro2: 'Map actions to key combinations, customize colors, name your layout, and export it for reference.',
76
-
helpIntro3: 'All data is stored on your computer, so exporting at the end of a session is recommended.',
75
+
helpIntro2: 'Map actions to key combinations, customize colors, name your layout, and share it with others.',
76
+
helpIntro3: 'All data is stored locally in your browser, so exporting at the end of a session is recommended to avoid losing work. There is no user tracking on the site.',
77
+
helpSettingsTitle: 'Settings Details',
77
78
helpSplitLabel: 'Split Modifiers',
78
-
helpSplitBody: 'toggles between unified modifier keys (Shift) or separate left/right keys (LShift / RShift).',
79
-
helpPhysBody1: 'switches between keyboard form factors — ANSI 104, ISO 105, TKL, 75%, 65%, and 60%.',
79
+
helpSplitBody: 'toggles between unified modifier keys (Shift) and separate left/right keys (LShift / RShift).',
80
+
helpPhysBody1: 'switches between keyboard form factors: ANSI 104, ISO 105, TKL, 75%, 65%, and 60%.',
80
81
helpPhysBody2: 'If switching would orphan any existing bindings (keys that don\'t exist on the new layout), you\'ll be prompted before anything is deleted.',
81
-
helpLangBody: 'changes the key labels shown on the keyboard to match your locale — covering QWERTY, QWERTZ, AZERTY, and regional variants across 23 locales.',
82
-
helpResetLabel: 'Reset All',
83
-
helpResetBody: 'clears all bindings, colors, and the layout name and returns settings to defaults.',
82
+
helpLangBody: 'changes key labels to match your locale, supporting QWERTY, QWERTZ, AZERTY, and 30+ regional variants.',
83
+
helpMouseHotasBody: 'Mouse and HOTAS keybinds can be toggled on or off. Visualization is not currently supported.',
0 commit comments