Skip to content

Files

Latest commit

 

History

History
40 lines (32 loc) · 1.9 KB

File metadata and controls

40 lines (32 loc) · 1.9 KB
title page_title description slug position canonicalLink
Keyboard Navigation
Keyboard Navigation - MultiViewCalendar - Kendo UI for Vue
Use the keyboard navigation in a Kendo UI MultiViewCalendar Vue wrapper.
keyboard_navigation_multiviewcalendar_wrapper
8

Keyboard Navigation

The keyboard navigation of the MultiViewCalendar is always available.

The MultiViewCalendar supports the following keyboard shortcuts:

Shortcut Description
Up Arrow Highlights the same day from the previous week.
Down Arrow Highlights the same day from the next week.
Left Arrow Highlights the previous day.
Right Arrow Highlights the next day.
Enter Selects the focused date.
Home Focuses the first date in the month.
End Focuses the last date in the month.
Ctrl+Up Arrow Navigates to the previous view.
Ctrl+Down Arrow Navigates to the next view.
Ctrl+Down Left Navigates to the previous month.
Ctrl+Down Right Navigates to the next month.

{% meta height:450 %} {% embed_file multiviewcalendar/keyboard/main.vue preview %} {% embed_file multiviewcalendar/keyboard/main.js %} {% endmeta %}

Suggested Links