[PR #9753] Bind Ctrl+Numpad Plus,Minus to the font size controls #27727

Closed
opened 2026-01-31 09:23:51 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/9753

State: closed
Merged: Yes


"ctrl+numpad_plus" command now increases font size and
"ctrl+numpad_minus" command now decreases font size.

Before this only "ctrl+=" and "ctrl+-" controlled font size. Increase in
font size follows previous convention where zooms in arbitrarily large,
but decrease in font size is capped.

Validation Steps Performed

I first ran "ctrl+=" and "ctrl+-" in my terminal to verify its behavior,
then compared that against "ctrl+numpad_plus" and "ctrl+"numpad_minus".
Both increased and decreased the font size by the same amount, and both
appeared to have a cap for how small they could get, but did not appear
to have a cap for how big they could get.

Closes #7518

**Original Pull Request:** https://github.com/microsoft/terminal/pull/9753 **State:** closed **Merged:** Yes --- "ctrl+numpad_plus" command now increases font size and "ctrl+numpad_minus" command now decreases font size. Before this only "ctrl+=" and "ctrl+-" controlled font size. Increase in font size follows previous convention where zooms in arbitrarily large, but decrease in font size is capped. ## Validation Steps Performed I first ran "ctrl+=" and "ctrl+-" in my terminal to verify its behavior, then compared that against "ctrl+numpad_plus" and "ctrl+"numpad_minus". Both increased and decreased the font size by the same amount, and both appeared to have a cap for how small they could get, but did not appear to have a cap for how big they could get. Closes #7518
claunia added the pull-request label 2026-01-31 09:23:51 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#27727