keyboardonly
Keyboardonly refers to user interfaces and software design in which all user interactions can be performed using a keyboard alone, without requiring a pointing device such as a mouse. The term is often used in accessibility and human-computer interaction contexts to describe keyboard-driven or keyboard-navigable interfaces. A keyboard-only UI supports navigation by focusing elements via the Tab key, moving with arrow keys, activating controls with Enter or Space, and using keyboard shortcuts or mnemonic keys for common actions.
Key design practices include ensuring a logical focus order, visible focus indicators, skip links, and proper
Developers balance keyboard accessibility with mouse-based affordances; the goal is to make interfaces fully operable via
Keyboard-only design is also valued by power users for speed and by contexts requiring high-precision input.
See also: accessibility, keyboard shortcut, mouse-free interface, WCAG, ARIA, universal design.