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.
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
Ctrl+-→ the view zooms out as expected.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
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.