keyboardcompatible
Keyboardcompatible is an adjective used in product descriptions and usability discourse to indicate that a software application or hardware device can be controlled or operated using a standard keyboard. It implies that the product supports keyboard input without requiring a pointing device, and that essential functions remain accessible via keys alone.
In software, keyboard compatibility covers features like logical focus order, support for common navigation keys (Tab,
Implementation considerations include ensuring a logical focus order, visible focus indicators, support for keyboard shortcuts, and
Limitations and scope: keyboard-compatible does not guarantee accessibility for all assistive technologies or for all input
See also: accessibility, keyboard navigation, ARIA, WCAG, assistive technology.