feat(accessibility): Shift+Arrows to navigate months/years
What's Changed
I added a Shift modifier to the keyboard navigation. Specifically,
Shift + ArrowLeft moves the focus to the previous month. Shift + ArrowRight moves the focus to the next month. Shift + ArrowUp moves the focus to the previous year. Shift + ArrowDown moves the focus to the next year.
This feels quite natural and can be useful for those without PageUp/Down buttons on their keyboards.
Thanks @mhwice looking good! Pushed some updates to fix the failing test, added a test and updated the docs.
@rodgobbi what do you think?
Sorry @gpbl, it took me a while to see this PR. Looks good indeed!
Sorry @gpbl, it took me a while to see this PR. Looks good indeed!
Ah thanks for checking it out! I merged it assuming you were busy :)