Keyboard Navigation
The keyboard navigation of the Scheduler is always available.
Available Shortcuts
The Scheduler supports the following keyboard shortcuts:
SHORTCUT | DESCRIPTION |
---|---|
c | Creates a new event. |
Alt+1 , Alt+2 ... | Switches to the view with the specified index. |
t | Navigates to today's date. |
Shift+Left | Navigates to the previous time period. |
Shift+Right | Navigates to the next time period. |
Left or Up | Focuses the previous event. |
Right or Down | Focuses the next event. |
When an event is focused, the Scheduler supports the following shortcuts:
SHORTCUT | DESCRIPTION |
---|---|
Enter | Opens the edit form for the focused event. |
Delete or Backspace | Deletes the event after a confirmation from the user. |
Event Navigation with the Tab Key
By default, the navigation between the Scheduler events is enabled through the Arrow
keys while the Tab
key moves the focus to the next page element in compliance with the Fundamental Keyboard Navigation Conventions.
To use the Tab
key for event navigation, prevent the default keydown
event action and call the focusNext
method.