On this page
Keyboard FocusShortcuts

Button#

Github

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 button
  • Enter: Click to activate the button
  • Tab / 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.