-
Notifications
You must be signed in to change notification settings - Fork 30.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for three or more chord keyboard shortcuts (#175253)
* Add support for three or more chords in shortcuts * Add tests and fix bug that was uncovered * Clean up TODO comments * Make multi chords more explicit in quickInput.ts * Address review comments * keybindings: resolver: align terminology with rest of code * Allow input of >2 chords in keybinding settings * Keep the limit at 2 chords in the widget for now * Revert "Keep the limit at 2 chords in the widget for now" This reverts commit 55c32ae. * keybindings: UI: search widget: limit chords to 2 for now * Fix single modifier chords * Remove unused import --------- Co-authored-by: Ulugbek Abdullaev <ulugbekna@gmail.com> Co-authored-by: Alex Dima <alexdima@microsoft.com>
- Loading branch information
1 parent
faaaa3c
commit a0a30a5
Showing
8 changed files
with
178 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.