-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement TabList CTRL + TAB keyboard shortcut on win32. (#3841)
* Add CTRL + TAB / CTRL + SHIFT + TAB shortcut * Change files * Address comments * Change `incrementTabKey` -> `incrementSelectedTab`, only handle +/- 1 increments * Fix snapshot tests failing * Fix onKeyDown passed by user being unset if not win32 platform
- Loading branch information
1 parent
3a8139b
commit 2c1345c
Showing
4 changed files
with
64 additions
and
13 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-native-tablist-1728f13f-0b8a-4a97-8107-39f08f25947b.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "minor", | ||
"comment": "Add native \"Ctrl + Tab\" keyboard shortcut for TabList component.", | ||
"packageName": "@fluentui-react-native/tablist", | ||
"email": "[email protected]", | ||
"dependentChangeType": "patch" | ||
} |
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