Button is a user interface element typically used to trigger some action or event. Users can click the button to perform specific functions, such as submitting a form, launching a program, or navigating to other pages. Buttons usually appear in rectangular or circular shapes and can contain text, icons, or a combination of both.
Keyboard Focus#
When an element has focus, it supports keyboard operations:
Space
: Click to activate the buttonEnter
: Click to activate the buttonTab
/Shift + Tab
: Switch focus
Shortcuts#
When a component has global shortcuts set, the defined combination keys can be used to trigger and activate the button, equivalent to Enter
and Space
.