telerik / kendo-ui-core

An HTML5, jQuery-based widget library for building modern web apps.
http://www.telerik.com/kendo-ui
Other
2.53k stars 1.91k forks source link

Improve keyboard support for Calendar. #2839

Open MilenaCh opened 7 years ago

MilenaCh commented 7 years ago

Feature Request

  1. "Today" link in Calendar should be accessed via keyboard.
  2. It should be possible to switch to outer view.

For example if user currently is on month view in navigation popup, he should be able to navigate to year, decade and century view via keyboard

http://demos.telerik.com/kendo-ui/calendar/keyboard-navigation

Xizario commented 7 years ago
  1. The today link is accessible with pressing Tab key, and then Enter.
  2. To navigate outer(upper) view you need to press Ctrl + Up

What need to be still improved is hotkey for directly selecting the Today. Something like Ctrl+Enter, or Ctrl + Space.

Avoid using Ctrl + T, or any other character, since it is not culturally/language universal.