[PR #10801] [MERGED] Fix: Multimedia Key Hotkey Support #28235

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/10801
Author: @FWest98
Created: 7/27/2021
Status: Merged
Merged: 7/27/2021
Merged by: @undefined

Base: mainHead: fix/10058


📝 Commits (2)

📊 Changes

2 files changed (+9 additions, -2 deletions)

View changed files

📝 doc/cascadia/profiles.schema.json (+1 -1)
📝 src/cascadia/TerminalSettingsModel/KeyChordSerialization.cpp (+8 -1)

📄 Description

Summary of the Pull Request

Fixes/implements #10058 according to directions in that issue: added support for browser navigation keys to be used in actions.

References

PR Checklist

Detailed Description of the Pull Request / Additional comments

The mouse back/forward keys do not correspond to the keys added here. That would be a nice (but more complicated) addition, I'll add an issue for it.


🔄 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/10801 **Author:** [@FWest98](https://github.com/FWest98) **Created:** 7/27/2021 **Status:** ✅ Merged **Merged:** 7/27/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `fix/10058` --- ### 📝 Commits (2) - [`6cad165`](https://github.com/microsoft/terminal/commit/6cad165befcb404c79ff00008b6f3a9b2cef6b34) Add browser key support - [`5060f64`](https://github.com/microsoft/terminal/commit/5060f645d2e6b3f8f496ffbafb8df6a9f33dfddc) Add browser key support ### 📊 Changes **2 files changed** (+9 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `doc/cascadia/profiles.schema.json` (+1 -1) 📝 `src/cascadia/TerminalSettingsModel/KeyChordSerialization.cpp` (+8 -1) </details> ### 📄 Description <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request Fixes/implements #10058 according to directions in that issue: added support for browser navigation keys to be used in actions. <!-- Other than the issue solved, is this relevant to any other issues/existing PRs? --> ## References <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [x] Closes #10058 * [x] CLA signed. * [x] Tests added/passed * [x] Documentation updated: . If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: https://github.com/MicrosoftDocs/terminal/pull/371 * [x] Schema updated. * [x] I've discussed this with core contributors already. According to instructions in #10058 <!-- Provide a more detailed description of the PR, other things fixed or any additional comments/features here --> ## Detailed Description of the Pull Request / Additional comments The mouse back/forward keys do not correspond to the keys added here. That would be a nice (but more complicated) addition, I'll add an issue for it. --- <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:27:12 +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#28235