-
Notifications
You must be signed in to change notification settings - Fork 81
keyboard navigation
Ben Elan edited this page Oct 16, 2024
·
1 revision
| Key | action |
|---|---|
| Tab | move forward through interactive elements (e.g. link, button, form) |
| Shift + Tab | move backward through interactive elements |
| Arrow keys | move between parts of composite UI elements |
| Enter | activate the current selection (e.g. link, buttons) |
| Space | check/uncheck, and activate the current selection |
| Escape | close the current selection and return focus to the element that opened it |
| Shift + Arrows | expand/close dialog divider |
| Shift + F10 | open a context menu (pop-up menu) |
| Alt + Down arrow | opens a combo box |