Skip to Content
Keyboard Shortcuts

Keyboard shortcuts

A reference for the keyboard interactions shared across every primitive.

List navigation

Used by RadioGroup, Tabs, Accordion, and Select.

KeyAction
ArrowDown / ArrowUpMove focus to next / previous item (vertical)
ArrowRight / ArrowLeftMove focus to next / previous item (horizontal)
Home / EndJump to first / last item
Enter / SpaceActivate the focused item
Type-ahead (Select only)Focus the first option matching typed characters

Used by Dialog.

KeyAction
EscapeClose the dialog
Tab / Shift+TabCycle focus within the dialog
Focus returns to the trigger on close

Toggles

Used by Checkbox and Switch.

KeyAction
SpaceToggle the control
EnterToggle (Switch only)
Last updated on