Ctrl+= does not increase font size by default, need to set keybinding in settings.json for it to work #10990

Open
opened 2026-01-31 02:35:38 +00:00 by claunia · 0 comments
Owner

Originally created by @corneliusroemer on GitHub (Oct 12, 2020).

Environment

Windows build number: 10.0.18363.0 Microsoft Windows NT
Windows Terminal version (if applicable): Windows Terminal (Unpackaged) Version: 1.2.200825001-release1.2

Steps to reproduce

Try to increase font size by pressing <C>+=

Expected behavior

Font size increases

Actual behavior

Font size does not increase

Additional observations

  • Font size decrease with <C>+- works. So does reset with <C>+0
  • Manually mapping <C>+= to increase font in settings.json works as a workaround - but it shouldn't be necessary, this should be default setting. This is what made it work: { "command": { "action": "adjustFontSize", "delta": 1 }, "keys": "ctrl+=" }
Originally created by @corneliusroemer on GitHub (Oct 12, 2020). # Environment ```none Windows build number: 10.0.18363.0 Microsoft Windows NT Windows Terminal version (if applicable): Windows Terminal (Unpackaged) Version: 1.2.200825001-release1.2 ``` # Steps to reproduce Try to increase font size by pressing `<C>+=` # Expected behavior Font size increases # Actual behavior Font size does not increase # Additional observations - Font size decrease with `<C>+-` works. So does reset with `<C>+0` - Manually mapping `<C>+=` to increase font in `settings.json` works as a workaround - but it shouldn't be necessary, this should be default setting. This is what made it work: { "command": { "action": "adjustFontSize", "delta": 1 }, "keys": "ctrl+=" }
claunia added the Needs-TriageNeeds-Tag-Fix labels 2026-01-31 02:35:38 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#10990