[PR #7344] Make sure we check to profile shortcuts with an index >9 #26902

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

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

State: closed
Merged: Yes


Summary of the Pull Request

Update profile shortcut based on profiles defined.

  1. Removed hard-coded value (9).

PR Checklist

Validation Steps Performed

profiles
Added more profiles and able to create new tab.
Note: This binding doesn't work tho { "command": { "action": "newTab", "index": 10 }, "keys": "ctrl+shift+0" }

**Original Pull Request:** https://github.com/microsoft/terminal/pull/7344 **State:** closed **Merged:** Yes --- <!-- 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 Update profile shortcut based on profiles defined. 1. Removed hard-coded value (9). <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [x] Closes #7325 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [x] Tests added/passed <!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well --> ## Validation Steps Performed ![profiles](https://user-images.githubusercontent.com/41475767/90618493-fe75c180-e207-11ea-8ed8-7189aa6f54f8.png) Added more profiles and able to create new tab. Note: This binding doesn't work tho ```{ "command": { "action": "newTab", "index": 10 }, "keys": "ctrl+shift+0" }```
claunia added the pull-request label 2026-01-31 09:18:48 +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#26902