New to Telerik UI for ASP.NET CoreStart a free 30-day trial

Keyboard Navigation

The keyboard navigation of the Chat is always available.

For a runnable example, refer to the demo on using the keyboard navigation of the Chat.

Managing the Focus

Focusable elements in the Chat are part of the page tab sequence:

  • k-quick-reply (if present);
  • k-message-box input;
  • k-input-suffix button elements;
  • k-toolbar-box (if present)—it implements the keyboard navigation for a ToolBar component.

Keyboard Shortcuts Applicable to the Message Input

The Chat supports the following keyboard shortcuts when the message input is focused:

SHORTCUTDESCRIPTION
F10Opens and focuses the Chat ToolBar (if present).

Keyboard Shortcuts Аpplicable to the Buttons

The Chat supports the following keyboard shortcuts when any of the buttons is focused:

SHORTCUTDESCRIPTION
Enter or SpaceTriggers a click action on the button.

See Also