UX Glossary Usability & Testing

Keyboard Navigation

Usability & Testing

The ability to interact with an interface entirely using a keyboard — typically Tab to move between focusable elements, Enter or Space to activate them, and arrow keys to navigate within components like menus and tabs. Keyboard navigability is a fundamental accessibility requirement: users with motor impairments, power users, and anyone without a pointing device depend on it.

Keyboard Navigation illustration
Source: upload.wikimedia.org

Common contexts

Use when

Test keyboard navigation for every new interactive component at the component level — catching focus trap failures and missing keyboard shortcuts here is far cheaper than discovering them in an accessibility audit.

Avoid when

Don't assume a visually clean focus indicator is sufficient — without testing with an actual keyboard-only user, you can miss logical tab order issues that make the interface navigable on paper but confusing in practice.

Keyboard navigation is the canary in the coal mine for overall accessibility — if Tab order is broken, the screen reader experience is almost certainly broken too.

Real-world examples

Related terms

Accessibility Focus State ARIA WCAG Screen Reader
← Browse all UX Glossary terms