What is this about?
Problem
Hotkeys in main.js use CommandOrControl, but the UI always shows Ctrl+ — wrong on Mac.
Where to look
index.html — brand tag (~598), composer hint (~641)
main.js — shortcuts already correct (~141, 152)
Acceptance criteria
Skills needed
Small JS helper + copy changes. Good intro to cross-platform Electron apps.
What is this about?
Problem
Hotkeys in
main.jsuseCommandOrControl, but the UI always showsCtrl+— wrong on Mac.Where to look
index.html— brand tag (~598), composer hint (~641)main.js— shortcuts already correct (~141, 152)Acceptance criteria
⌘/ "Cmd"; Windows/Linux showCtrlCtrl+`,Shift+C,V, EnterSkills needed
Small JS helper + copy changes. Good intro to cross-platform Electron apps.