Blazor Scheduler Example - Keyboard Interaction
This demo showcases the keyboard shortcuts applicable on Scheduler and also lists out in below description, how those applicable shortcuts interacts with Scheduler actions.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Below key combinations can be used in Scheduler to initiate various actions
- FOCUS
- Alt + J - Focuses the Scheduler component.
- Home - To move the selection to the first cell of Schedule.
- Arrow keys - To move onto the next available cells in either of the needed directions (left, right, up and down).
- Up arrow and Down arrow - To scroll through the work cells area.
- Left arrow and Right arrow - On pressing any of these keys when focus is currently on the Scheduler header bar, moves the focus to the previous or next items in the header bar.
- Space or Enter - It activates any of the focused items.
- Tab - Focuses the first or active item on the Scheduler header bar and then move the focus to the next available event elements. If no events present, then focus moves out of the component.
- Shift + Tab - Reverse focusing of the Tab functionality. Inverse focusing of event elements from the last one and then move onto the first or active item on Scheduler header bar and then moves out of the component.
- SELECTION
- Shift + Down arrow - Extends the row/cell selection downwards from the selected row/cell.
- Shift + Up arrow - Extends the row/cell selection upwards from the selected row/cell.
- Shift + Left arrow - Extends the cell selection to the left side from the selected cell.
- Shift + Right arrow - Extends the cell selection to the right side from the selected cell.
- Ctrl + Click - To select multiple events.
- NAVIGATIONS
- Alt + Number (from 1 to 6) - To switch between the views on Schedule.
- Ctrl + Left arrow - To navigate to the previous date period.
- Ctrl + Right arrow - To navigate to the next date period.
- Shift + Alt + Y - To navigate today date.
- EDITING
- Enter - Opens the quick popup on the selected cells or events.
- Shift + Alt + N - To open a new editor window.
- Esc - Closes any of the popup that are in open state.
- Del - Deletes one or more selected events.