-
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
Provide global setting to use ATS for nextTab and prevTab #7321
Merged
Merged
Changes from 21 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
b8e9b3b
for science - nt/pt hijacked, unanchored ats now tabSearch
leonMSFT e4de51a
change keyup to select on any modifier release
leonMSFT 4fd1862
add global setting to swap between boring tab switching and exciting …
leonMSFT 43241cf
now that we don't have a designated anchor key, change the var to anc…
leonMSFT e15672e
go back to anchorKey, priority set anchorkey at appactionhandlers level
leonMSFT 33a513c
detect modifiers pressed at handlenT/handlepT, do boring switch if no…
leonMSFT 9d188f0
let OnDirectKeyEvent find parents of ItemTemplated elements, give cmd…
leonMSFT c62bfb2
separate mode into tabswitch and tabsearch
leonMSFT 9e8d92a
Merge branch 'master' into dev/lelian/im-the-captain-now
leonMSFT 433ec74
cue don't let your dreams be dreams meme
leonMSFT 3799be2
a bit more cleanup
leonMSFT 9306f0d
schema updated
leonMSFT c293055
a whole lotta thinking resulting in just one line changed
leonMSFT b43342e
i didn't realize i was in the spelling bee
leonMSFT ebff42c
removing setting from control
leonMSFT 859544a
merge master
leonMSFT c74f29c
might as well move this here, it's a bit cleaner
leonMSFT 5f9a25f
value or
leonMSFT 1553354
pr updates
leonMSFT e820bc5
merge conflicts
leonMSFT 054219a
missed this one
leonMSFT 7f1adff
Merge remote-tracking branch 'origin/master' into dev/lelian/im-the-c…
zadjii-msft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clever!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'm surprised this mostly just worked -- binding the direct handler, that is :)