[PR #3505] [MERGED] Reset font size key bindings #25398

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/3505
Author: @Daniel599
Created: 11/9/2019
Status: Merged
Merged: 11/25/2019
Merged by: @zadjii-msft

Base: masterHead: resetFontSizeKeyBindings


📝 Commits (5)

📊 Changes

13 files changed (+64 additions, -18 deletions)

View changed files

📝 doc/cascadia/SettingsSchema.md (+1 -0)
📝 doc/cascadia/profiles.schema.json (+1 -0)
📝 src/cascadia/TerminalApp/AppActionHandlers.cpp (+8 -0)
📝 src/cascadia/TerminalApp/AppKeyBindings.cpp (+6 -0)
📝 src/cascadia/TerminalApp/AppKeyBindings.h (+1 -0)
📝 src/cascadia/TerminalApp/AppKeyBindings.idl (+2 -0)
📝 src/cascadia/TerminalApp/AppKeyBindingsSerialization.cpp (+2 -0)
📝 src/cascadia/TerminalApp/TerminalPage.cpp (+1 -0)
📝 src/cascadia/TerminalApp/TerminalPage.h (+1 -0)
📝 src/cascadia/TerminalApp/defaults.json (+1 -0)
📝 src/cascadia/TerminalControl/TermControl.cpp (+37 -18)
📝 src/cascadia/TerminalControl/TermControl.h (+2 -0)
📝 src/cascadia/TerminalControl/TermControl.idl (+1 -0)

📄 Description

Summary of the Pull Request

This PR implements resetFontSize keybindings, with default keybindings ctrl+0.

PR Checklist

Validation Steps Performed

Tested manually.


🔄 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/3505 **Author:** [@Daniel599](https://github.com/Daniel599) **Created:** 11/9/2019 **Status:** ✅ Merged **Merged:** 11/25/2019 **Merged by:** [@zadjii-msft](https://github.com/zadjii-msft) **Base:** `master` ← **Head:** `resetFontSizeKeyBindings` --- ### 📝 Commits (5) - [`58e4dae`](https://github.com/microsoft/terminal/commit/58e4dae4668c0c54a64c322f3398052c5269dffd) Add resetFontSize keybindings (#3319) - [`b6516e2`](https://github.com/microsoft/terminal/commit/b6516e26a0f490f4a54f1901ca9d2265c740a156) update doc files - [`d5c8333`](https://github.com/microsoft/terminal/commit/d5c833321227cf0539dd6100a967cfc9ef970d82) Refactor AdjustFontSize & ResetFontSize to use _SetFontSize (#3319) - [`0439a2c`](https://github.com/microsoft/terminal/commit/0439a2c3d83303b63d8397d72725e13d60703a10) Ran clang-format on TermControl - [`d07f273`](https://github.com/microsoft/terminal/commit/d07f273ee85eaa68e2be93fcd4f826e1b3fa5b62) Fix function usage change ### 📊 Changes **13 files changed** (+64 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `doc/cascadia/SettingsSchema.md` (+1 -0) 📝 `doc/cascadia/profiles.schema.json` (+1 -0) 📝 `src/cascadia/TerminalApp/AppActionHandlers.cpp` (+8 -0) 📝 `src/cascadia/TerminalApp/AppKeyBindings.cpp` (+6 -0) 📝 `src/cascadia/TerminalApp/AppKeyBindings.h` (+1 -0) 📝 `src/cascadia/TerminalApp/AppKeyBindings.idl` (+2 -0) 📝 `src/cascadia/TerminalApp/AppKeyBindingsSerialization.cpp` (+2 -0) 📝 `src/cascadia/TerminalApp/TerminalPage.cpp` (+1 -0) 📝 `src/cascadia/TerminalApp/TerminalPage.h` (+1 -0) 📝 `src/cascadia/TerminalApp/defaults.json` (+1 -0) 📝 `src/cascadia/TerminalControl/TermControl.cpp` (+37 -18) 📝 `src/cascadia/TerminalControl/TermControl.h` (+2 -0) 📝 `src/cascadia/TerminalControl/TermControl.idl` (+1 -0) </details> ### 📄 Description ## Summary of the Pull Request This PR implements resetFontSize keybindings, with default keybindings `ctrl+0`. ## PR Checklist * [x] Closes #3319 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Requires documentation to be updated ## Validation Steps Performed Tested manually. --- <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:09:16 +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#25398