anomalyco / anomalyco/opencode
Desktop (Windows): zoom in shortcut (Ctrl +) does nothing while zoom out (Ctrl -) works
Open
@Hona is already working on this.
Since Sep 3, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Describe the bug
In the desktop app on Windows 11, the zoom-in keyboard shortcut (Ctrl + +) does not respond, while zoom out (Ctrl + -) works normally.
Steps to reproduce
- Open the desktop app on Windows 11.
- Press
Ctrl+-→ the view zooms out as expected. - Press
Ctrl++→ nothing happens; the zoom level does not change.
Expected behavior
Ctrl + + should zoom the view in, mirroring the zoom-out shortcut.
Actual behavior
Only zoom out is triggered; the zoom-in shortcut never fires.
Environment
- OS: Windows 11
- App: desktop app
Additional context
It looks like the zoom-in accelerator is not registered (or is bound to a different key), while the zoom-out accelerator is wired up correctly.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.