Skip to content

Commit 2a0fb62

Browse files
committed
changes to focus
1 parent 1ff6b8c commit 2a0fb62

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/lib/datepicker/datepicker.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -249,31 +249,31 @@ In month view:
249249

250250
| Shortcut | Action |
251251
|----------------------|-----------------------------------|
252-
| `LEFT_ARROW` | Goes to previous day |
253-
| `RIGHT_ARROW` | Goes to next day |
254-
| `UP_ARROW` | Goes to previous 7 days |
255-
| `DOWN_ARROW` | Goes to next 7 days |
252+
| `LEFT_ARROW` | Focus previous day |
253+
| `RIGHT_ARROW` | Focus next day |
254+
| `UP_ARROW` | Focus previous 7 days |
255+
| `DOWN_ARROW` | Focus next 7 days |
256256
| `HOME` | Focus the first day of the month |
257257
| `END` | Focus the last day of the month |
258-
| `PAGE_UP` | Goes to previous month |
259-
| `ALT` + `PAGE_UP` | Goes to previous year |
260-
| `PAGE_DOWN` | Goes to next month |
261-
| `ALT` + `PAGE_DOWN` | Goes to next year |
258+
| `PAGE_UP` | Focus previous month |
259+
| `ALT` + `PAGE_UP` | Focus previous year |
260+
| `PAGE_DOWN` | Focus next month |
261+
| `ALT` + `PAGE_DOWN` | Focus next year |
262262
| `ENTER` | Select current date |
263263

264264

265265
In year view:
266266

267267
| Shortcut | Action |
268268
|----------------------|-----------------------------------|
269-
| `LEFT_ARROW` | Goes to previous month |
270-
| `RIGHT_ARROW` | Goes to next month |
271-
| `UP_ARROW` | Goes to previous 6 months |
272-
| `DOWN_ARROW` | Goes to next 6 months |
269+
| `LEFT_ARROW` | Focus previous month |
270+
| `RIGHT_ARROW` | Focus next month |
271+
| `UP_ARROW` | Focus previous 6 months |
272+
| `DOWN_ARROW` | Focus next 6 months |
273273
| `HOME` | Focus the first month of the year |
274274
| `END` | Focus the last month of the year |
275-
| `PAGE_UP` | Goes to previous year |
276-
| `ALT` + `PAGE_UP` | Goes to previous 10 years |
277-
| `PAGE_DOWN` | Goes to next year |
278-
| `ALT` + `PAGE_DOWN` | Goes to next 10 years |
275+
| `PAGE_UP` | Focus previous year |
276+
| `ALT` + `PAGE_UP` | Focus previous 10 years |
277+
| `PAGE_DOWN` | Focus next year |
278+
| `ALT` + `PAGE_DOWN` | Focus next 10 years |
279279
| `ENTER` | Select current month |

0 commit comments

Comments
 (0)