Fix Windows keybindings for font size: use Ctrl+ to increase#786
Fix Windows keybindings for font size: use Ctrl+ to increase#786juliusmarminge merged 1 commit intopingdotgg:mainfrom
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What Changed
This overrides the zooming shortcut to be
CTRL + =orCTRL + +Why
On Windows, it is more common to zoom in with CTRL + Plus, not CTRL + Minus. Also, it was inconsistent with the zoom out
UI Changes
This is a key shortcut change on Windows
Checklist
#254 (comment)
Note
Fix Ctrl+= keybinding for font size zoom in on Windows
Replaces the implicit Electron
viewMenurole with a custom View submenu in main.ts. Adds an explicitzoomInentry withCmdOrCtrl+=and a hidden duplicate withCmdOrCtrl+Plusto ensure both key combinations work on Windows, where+requires Shift and the default binding was unreliable.Macroscope summarized 1f287e4.