[PR #13659] Make Mark Mode keybindings precede custom keybindings #29690

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

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

State: closed
Merged: Yes


Summary of the Pull Request

This PR moves the key handling for mark mode into a helper method that is then called before an action/key binding is attempted.

References

Epic: #4993
Closes #13533

Validation Steps Performed

  • Add custom keybinding to "down" arrow key
  • in mark mode --> selection updates appropriately
  • out of mark mode --> keybinding executed
**Original Pull Request:** https://github.com/microsoft/terminal/pull/13659 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request This PR moves the key handling for mark mode into a helper method that is then called before an action/key binding is attempted. ## References Epic: #4993 Closes #13533 ## Validation Steps Performed - Add custom keybinding to "down" arrow key - in mark mode --> selection updates appropriately - out of mark mode --> keybinding executed
claunia added the pull-request label 2026-01-31 09:36:20 +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#29690