@@ -18,20 +18,28 @@ As of **Q2 2011** RadScheduler introduces keyboard support. In order to activate
1818
1919The keyboard navigation has the following functionalities:
2020
21- * Use the up and down arrows to move up and down the selected time slot (Day view)
21+ * Use the Up and Down arrows to move up and down the selected time slot (Day view)
2222
23- * Use the up/down/right/left arrows to navigate through timeslots(Month/Week views)
23+ * Use the Up/Down/Right/Left arrows to navigate through timeslots(Month/Week views)
2424
25- * Use tab to switch the focus among appointments
25+ * Use Tab to switch the focus among appointments
2626
27- * Press enter to add an appointment when the focus is on a time slot
27+ * Use Shift + Tab to switch the focus among appointments backwards
2828
29- * Press enter on existing appointment to trigger edit
29+ * Press Enter to add an appointment when the focus is on a time slot
3030
31- * Press delete on appointment to remove it from the schedule
31+ * Press Enter on existing appointment to trigger edit
32+
33+ * Press Delete on appointment to remove it from the schedule
3234
3335* Press Esc to cancel insert/update of an Appointment
3436
37+ * Alt + S saves the appointment
38+
39+ * Alt + C cancels the edit / insertion
40+
41+ * Alt + O opens advanced form
42+
3543* Use Shift + arrows to select multiple timeslots (like in Outlook)
3644
3745The available key combinations are listed below:
@@ -52,7 +60,7 @@ The available key combinations are listed below:
5260
5361* ALT+PAGE UP (month view) - Go to the previous month.
5462
55- * CTRL + G - Open the date picker.
63+ * CTRL+ G - Open the date picker.
5664
5765* ALT+HOME(week and day view) - Go to the start of the week.
5866
0 commit comments