Skip to content

Fix Windows keybindings for font size: use Ctrl+ to increase#786

Merged
juliusmarminge merged 1 commit intopingdotgg:mainfrom
Bashamega:windows-keyshortcuts
Mar 10, 2026
Merged

Fix Windows keybindings for font size: use Ctrl+ to increase#786
juliusmarminge merged 1 commit intopingdotgg:mainfrom
Bashamega:windows-keyshortcuts

Conversation

@Bashamega
Copy link
Contributor

@Bashamega Bashamega commented Mar 10, 2026

What Changed

This overrides the zooming shortcut to be CTRL + = or CTRL + +

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

  • This PR is small and focused
  • I explained what changed and why
  • I included before/after screenshots for any UI changes
  • I included a video for animation/interaction changes

#254 (comment)

Note

Fix Ctrl+= keybinding for font size zoom in on Windows

Replaces the implicit Electron viewMenu role with a custom View submenu in main.ts. Adds an explicit zoomIn entry with CmdOrCtrl+= and a hidden duplicate with CmdOrCtrl+Plus to ensure both key combinations work on Windows, where + requires Shift and the default binding was unreliable.

Macroscope summarized 1f287e4.

@coderabbitai
Copy link

coderabbitai bot commented Mar 10, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: e0c2c272-1673-4cb8-8822-414e0866fca6

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot added the vouch:unvouched PR author is not yet trusted in the VOUCHED list. label Mar 10, 2026
@juliusmarminge juliusmarminge self-requested a review March 10, 2026 08:18
Copy link
Contributor

@binbandit binbandit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@juliusmarminge juliusmarminge merged commit dfd41da into pingdotgg:main Mar 10, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

vouch:unvouched PR author is not yet trusted in the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants