[PR #3618] Re-add keybindings to new tab dropdown #25455

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

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

State: closed
Merged: Yes


Summary of the Pull Request

With #3391, I almost certainly regressed the ability for the new tab dropdown to display the keybindings for each profile. This adds them back.

PR Checklist

Detailed Description of the Pull Request / Additional comments

Now, we can lookup keybindings not only for ShortcutActions, but also ActionAndArgss, so we can look up the binding for an action with a particular set of arguments.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/3618 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request With #3391, I almost certainly regressed the ability for the new tab dropdown to display the keybindings for each profile. This adds them back. ## PR Checklist * [x] Closes #3603 * [x] I work here * [ ] Tests added/passed * [n/a] Requires documentation to be updated ## Detailed Description of the Pull Request / Additional comments Now, we can lookup keybindings not only for `ShortcutAction`s, but also `ActionAndArgs`s, so we can look up the binding for an action with a particular set of arguments.
claunia added the pull-request label 2026-01-31 09:09:37 +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#25455