mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Clarify effect of keystrokes for big steps
This commit is contained in:
parent
c452a8a986
commit
0daf7c3d37
@ -41,8 +41,8 @@
|
|||||||
{
|
{
|
||||||
title: 'Keystrokes',
|
title: 'Keystrokes',
|
||||||
desc: 'You can use the keyboard to enter dates and to control the datepicker:' +
|
desc: 'You can use the keyboard to enter dates and to control the datepicker:' +
|
||||||
'<ul style="list-style: disc; padding-left: 2em;"><li>page up/down - previous/next month</li>' +
|
'<ul style="list-style: disc; padding-left: 2em;"><li>page up/down - previous/next month (based on <i>stepMonths</i>)</li>' +
|
||||||
'<li>ctrl+page up/down - previous/next year</li>' +
|
'<li>ctrl+page up/down - previous/next year (based on <i>stepBigMonths</i>)</li>' +
|
||||||
'<li>ctrl+home - current month or open when closed</li>' +
|
'<li>ctrl+home - current month or open when closed</li>' +
|
||||||
'<li>ctrl+left/right - previous/next day</li>' +
|
'<li>ctrl+left/right - previous/next day</li>' +
|
||||||
'<li>ctrl+up/down - previous/next week</li>' +
|
'<li>ctrl+up/down - previous/next week</li>' +
|
||||||
|
Loading…
Reference in New Issue
Block a user