-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Mark Mode keybindings precede custom keybindings #13659
Conversation
83e41a9
to
a8cd0cf
Compare
Hmm... I'm marking this as a service-able bugfix. But if anybody disagrees, let me know. |
7f7de33
to
d980227
Compare
Hello @zadjii-msft! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
This PR moves the key handling for mark mode into a helper method that is then called before an action/key binding is attempted. Epic: #4993 Closes #13533 - Add custom keybinding to "down" arrow key - in mark mode --> selection updates appropriately - out of mark mode --> keybinding executed Amended by DHowett to remove URL targeting features. (cherry picked from commit 70313db) Service-Card-Id: 84711521 Service-Version: 1.15
🎉 Handy links: |
🎉 Handy links: |
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