UNPKG

@progress/wct-a11y-spec

Version:

Contains accessibility and keyboard navigation specification of Telerik and Kendo web components.

19 lines (14 loc) 824 B
## Managing the Focus The TaskBoard is a composite component. Its content features multiple tab stops. For faster interaction, its elements could also be navigated using the arrow keys. ## Keyboard Shortcuts | Shortcut | Behavior | | -------- | -------- | | `Tab` | Navigates the items in the TaskBoard - the ToolBar, each Column, each Button and each Card are dedicated tab stops. | | `Left Arrow` | Focuses the previous column or a card in the previous column. | | `Right Arrow` | Focuses the next column or a card in the next column. | | `Up Arrow` | Focuses the previous card. | | `Down Arrow` | Focuses the next card. | | `Enter` | Selects the focused card. | | `Delete` | Deletes the focused card. | | `Ctrl` + `E` | Puts the focused card or column in edit mode. | | `Ctrl` + `A` | Creates a new card or column. |