New to Kendo UI for Angular? Start a free 30-day trial
Keyboard Navigation
Updated on Oct 31, 2025
By default, the keyboard navigation of the Kendo UI Timeline is enabled. To disable the keyboard navigation, set the navigable property to false.
Managing Focus
The vertical Timeline supports the following keyboard shortcuts:
| SHORTCUT | DESCRIPTION | 
|---|---|
| Tab | Moves focus to the next card. | 
| Shift + Tab | Moves focus to the previous card in vertical mode. | 
| Enter/Space | Toggles the focused card if collapsibleEventsis set totrue. | 
The horizontal Timeline supports the following keyboard shortcuts:
| SHORTCUT | DESCRIPTION | 
|---|---|
| Tab | Moves focus from the track to the card. | 
| Shift + Tab | Moves focus from the card to the track. | 
| Right Arrow | Moves focus to the next card. | 
| Left Arrow | Moves focus to the previous card. | 
| Home | Moves focus to the first card. | 
| End | Moves focus to the last card. | 
The following example demonstrates the available Timeline keyboard navigation shortcuts in action.
Change Theme
Theme
Loading ...