@progress/wct-a11y-spec
Version:
Contains accessibility and keyboard navigation specification of Telerik and Kendo web components.
23 lines (14 loc) • 663 B
Markdown
## Managing the Focus
Focusable elements in the Chat are part of the page tabsequence. Those are:
- `k-quick-reply` (if any);
- `k-message-box input`;
- all `k-input-suffix button` elements;
- `k-toolbar-box` (if present) - it implements the KB navigation for a ToolBar component
## Keyboard Shortcuts applicable to the `k-message-box input`
| Shortcut | Behavior |
| -------- | -------- |
| `F10` | Opens and focuses the Chat ToolBar (if present). |
## Keyboard Shortcuts applicable to the `k-quick-reply` and `k-input-suffix button` elements
| Shortcut | Behavior |
| -------- | -------- |
| `Enter/Space` | Triggers a click action on the button. |