UNPKG

@progress/wct-a11y-spec

Version:

Contains accessibility and keyboard navigation specification of Telerik and Kendo web components.

26 lines (18 loc) 1.36 kB
## Managing the Focus The DockManager component provides advanced keyboard navigation to manage the active panes, docking, and focusing of content. These keyboard shortcuts allow users to interact with the DockManager efficiently without requiring a mouse. ## Keyboard Shortcuts ### DockManager Navigation The following keyboard shortcuts can be used to manage the DockManager container and interact with the various panes. These shortcuts provide users with the ability to maximize, minimize, dock, pin, and switch focus across different panes. | Shortcut | Behavior | | -------- | -------- | | `Alt/Option(Mac) + Arrow Up` | Maximizes the active pane. | | `Alt/Option(Mac) + Arrow Down` | Minimizes the active pane. | | `Esc` | Closes the active pane. | | `Alt/Option(Mac) + Arrow Left` | Unpins the active pane. | | `Alt/Option(Mac) + Arrow Right` | Pins the active pane. | | `Ctrl/Cmd(Mac) + Arrow Right` | Focuses the next content pane. | | `Ctrl/Cmd(Mac) + Arrow Left` | Focuses the previous content pane. | | `Ctrl/Cmd(Mac) + Shift + Arrow Up` | Docks the active pane to the global top. | | `Ctrl/Cmd(Mac) + Shift + Arrow Down` | Docks the active pane to the global bottom. | | `Ctrl/Cmd(Mac) + Shift + Arrow Left` | Docks the active pane to the global left. | | `Ctrl/Cmd(Mac) + Shift + Arrow Right` | Docks the active pane to the global right. |