[PR #684] [MERGED] Adding keymapping for access to Settings #24244

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/684
Author: @timheuer
Created: 5/10/2019
Status: ✅ Merged
Merged: 5/14/2019
Merged by: @DHowett-MSFT

Base: master ← Head: master


📝 Commits (6)

  • e1fb796 Adding vsconfig file for VS2019 help to prompt for missing components requried.
  • 56ce0da Merge remote-tracking branch 'upstream/master'
  • c5cadf7 Adding a keybinding for launching the settings. Suggested fix for #683
  • f00e8ce merged with updstream and resolved conflict
  • 8833deb Merge remote-tracking branch 'upstream/master'
  • bd0c8e9 Modified to comma per PR feedback

📊 Changes

6 files changed (+20 additions, -1 deletions)

View changed files

📝 src/cascadia/TerminalApp/App.cpp (+6 -0)
📝 src/cascadia/TerminalApp/App.h (+2 -0)
📝 src/cascadia/TerminalApp/AppKeyBindings.cpp (+4 -0)
📝 src/cascadia/TerminalApp/AppKeyBindings.h (+1 -0)
📝 src/cascadia/TerminalApp/AppKeyBindings.idl (+4 -1)
📝 src/cascadia/TerminalApp/CascadiaSettings.cpp (+3 -0)

📄 Description

First stab at adding a key mapping to settings so I can quickly access it instead of using a mouse :-)


🔄 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/684 **Author:** [@timheuer](https://github.com/timheuer) **Created:** 5/10/2019 **Status:** ✅ Merged **Merged:** 5/14/2019 **Merged by:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`e1fb796`](https://github.com/microsoft/terminal/commit/e1fb79698d276a5c650d240dfa99214a758a81b0) Adding vsconfig file for VS2019 help to prompt for missing components requried. - [`56ce0da`](https://github.com/microsoft/terminal/commit/56ce0da5121c0dd9db2f6b386583e884bf93a724) Merge remote-tracking branch 'upstream/master' - [`c5cadf7`](https://github.com/microsoft/terminal/commit/c5cadf7b004ab4c380dabfe52c3458935df7383e) Adding a keybinding for launching the settings. Suggested fix for #683 - [`f00e8ce`](https://github.com/microsoft/terminal/commit/f00e8ced0c38e92c6d550645082b4cf2e22ffb13) merged with updstream and resolved conflict - [`8833deb`](https://github.com/microsoft/terminal/commit/8833deb162903b6112418f9f3dfda00eb8db23e6) Merge remote-tracking branch 'upstream/master' - [`bd0c8e9`](https://github.com/microsoft/terminal/commit/bd0c8e992c3c72aad22358573ce72ec2f8657fee) Modified to comma per PR feedback ### 📊 Changes **6 files changed** (+20 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/App.cpp` (+6 -0) 📝 `src/cascadia/TerminalApp/App.h` (+2 -0) 📝 `src/cascadia/TerminalApp/AppKeyBindings.cpp` (+4 -0) 📝 `src/cascadia/TerminalApp/AppKeyBindings.h` (+1 -0) 📝 `src/cascadia/TerminalApp/AppKeyBindings.idl` (+4 -1) 📝 `src/cascadia/TerminalApp/CascadiaSettings.cpp` (+3 -0) </details> ### 📄 Description First stab at adding a key mapping to settings so I can quickly access it instead of using a mouse :-) --- <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:02:10 +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#24244