@@ -18,20 +18,28 @@ As of **Q2 2011** RadScheduler introduces keyboard support. In order to activate
18
18
19
19
The keyboard navigation has the following functionalities:
20
20
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)
22
22
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)
24
24
25
- * Use tab to switch the focus among appointments
25
+ * Use Tab to switch the focus among appointments
26
26
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
28
28
29
- * Press enter on existing appointment to trigger edit
29
+ * Press Enter to add an appointment when the focus is on a time slot
30
30
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
32
34
33
35
* Press Esc to cancel insert/update of an Appointment
34
36
37
+ * Alt + S saves the appointment
38
+
39
+ * Alt + C cancels the edit / insertion
40
+
41
+ * Alt + O opens advanced form
42
+
35
43
* Use Shift + arrows to select multiple timeslots (like in Outlook)
36
44
37
45
The available key combinations are listed below:
@@ -52,7 +60,7 @@ The available key combinations are listed below:
52
60
53
61
* ALT+PAGE UP (month view) - Go to the previous month.
54
62
55
- * CTRL + G - Open the date picker.
63
+ * CTRL+ G - Open the date picker.
56
64
57
65
* ALT+HOME(week and day view) - Go to the start of the week.
58
66
0 commit comments