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

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/9753
Author: @hessedoneen
Created: 4/9/2021
Status: Merged
Merged: 4/12/2021
Merged by: @undefined

Base: mainHead: issue-7518


📝 Commits (2)

  • 555f1d0 adding in comment so can draft pull request
  • 7377510 numpad zoom key-binding added

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 src/cascadia/TerminalSettingsModel/defaults.json (+2 -0)

📄 Description

"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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/9753 **Author:** [@hessedoneen](https://github.com/hessedoneen) **Created:** 4/9/2021 **Status:** ✅ Merged **Merged:** 4/12/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `issue-7518` --- ### 📝 Commits (2) - [`555f1d0`](https://github.com/microsoft/terminal/commit/555f1d07093583b8e5062481f79f0ca487aeb809) adding in comment so can draft pull request - [`7377510`](https://github.com/microsoft/terminal/commit/73775109a30394984d6152db350ba57dffabc450) numpad zoom key-binding added ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalSettingsModel/defaults.json` (+2 -0) </details> ### 📄 Description "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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:23:49 +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#27722