New to KendoReactLearn about KendoReact Free.

Keyboard Navigation

Managing the Focus

  • Initial focus - When opened, the Window should be focused.
  • Action buttons are accessed with Tab key
  • Tab Key Trap is implemented for modal windows

Keyboard Shortcuts

ShortcutBehavior
Alt/Opt(Mac) + DownArrowMinimizes or restores the state, if the focused element is the window
Alt/Opt(Mac) + UpArrowMaximizes or restores the state, if the focused element is the window
Arrow KeysMove the window to the respective direction (UP
Ctrl/Cmd(Mac) + UpArrowDecreases the height of the window triggering the resizing capabilities. Applicable only when the component is resizable.
Ctrl/Cmd(Mac) + DownArrowIncreases the height of the window triggering the resizing capabilities. Applicable only when the component is resizable.
Ctrl/Cmd(Mac) + LeftArrowDecreases the width of the window triggering the resizing capabilities. Applicable only when the component is resizable.
Ctrl/Cmd(Mac) + RightArrowIncreases the width of the window triggering the resizing capabilities. Applicable only when the component is resizable.
EscapeCloses the window. When the window is modal, the focus should be returned to the element that triggered the open.

Resources

ARIA Authoring Practices: Modal Dialog Pattern

Change Theme
Theme
Loading ...

See Also