Skip to content

Commit 4ab33a0

Browse files
committed
Datepicker: Document key commands for OS X
Fixes jquerygh-183
1 parent 3db0fa5 commit 4ab33a0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

entries/datepicker.xml

+7-6
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@
1414
<li>PAGE DOWN: Move to the next month.</li>
1515
<li>CTRL+PAGE UP: Move to the previous year.</li>
1616
<li>CTRL+PAGE DOWN: Move to the next year.</li>
17-
<li>CTRL+HOME: Move to the current month. Open the datepicker if closed.</li>
18-
<li>CTRL+LEFT: Move to the previous day.</li>
19-
<li>CTRL+RIGHT: Move to the next day.</li>
20-
<li>CTRL+UP: Move to the previous week.</li>
21-
<li>CTRL+DOWN: Move the next week.</li>
17+
<li>CTRL+HOME: Open the datepicker if closed.</li>
18+
<li>CTRL/COMMAND+HOME: Move to the current month.</li>
19+
<li>CTRL/COMMAND+LEFT: Move to the previous day.</li>
20+
<li>CTRL/COMMAND+RIGHT: Move to the next day.</li>
21+
<li>CTRL/COMMAND+UP: Move to the previous week.</li>
22+
<li>CTRL/COMMAND+DOWN: Move the next week.</li>
2223
<li>ENTER: Select the focused date.</li>
23-
<li>CTRL+END: Close the datepicker and erase the date.</li>
24+
<li>CTRL/COMMAND+END: Close the datepicker and erase the date.</li>
2425
<li>ESCAPE: Close the datepicker without selection.</li>
2526
</ul>
2627

0 commit comments

Comments
 (0)