C6.03.1Shortcuts as expert pathsdesignresearch

Shortcuts are an expert path, not the only path

Aliases: keyboard shortcut · expert path · accelerator

What it is

A keyboard shortcut (accelerator) fires a command the user already knows by name, skipping open–scan–click on a menu. It is an expert path for people who have a motor program for that chord, not the sole way to issue the command. People who have never practised it, cannot remember it, or cannot hold several keys at once must still reach the same result from visible controls.

Why it happens

Menus and toolbars run on recognition: see a label, then choose. Shortcuts run on recall: retrieve a chord from a command name and fire it as a motor program. Recall starts faster, costs more to learn, is forgotten faster, and succeeds only while that mapping still lives in the fingers. Binding an action to a shortcut alone raises the threshold from “can be seen” to “already memorised.” The expert path’s value is deleting choice time in frequent, repetitive work while both hands are on the keyboard. It does not simplify the command’s meaning and is not automatically available to everyone. Once the only path is a shortcut, novices, intermittent users, and assistive-technology users are locked out—and experts have no fallback after a keyboard change or a forgotten chord.

Studying it

Command-invocation studies compare menus, toolbars, shortcuts, and command palettes on the same tasks, stratified by expertise. Independent variables include command frequency, whether the shortcut is displayed, and practice trials; dependent measures include first successful path, expert-path adoption, and failure rate after menus are disabled. Testing only fluent users writes shortcuts down as “faster, therefore sufficient.” Treat “can someone who has never seen this chord still finish?” as a separate pass condition.

Where it stops holding

Keyboard-centric tools (terminals, some professional editors) may use shortcuts as the primary path, but they still need a discoverable command list or a searchable palette rather than folklore. On touchscreens chords are hard to form, so the expert path often becomes a gesture or a multi-tap—still an expert path, still not allowed to be the only one. Skill keys in games are sometimes meant to be memorised; that is gameplay, not general command invocation.

Applying it

  • Pair every shortcut with a visible command (menu, button, or palette entry). Forbid features that exist only in a shortcut table.
  • In acceptance tests, walk critical tasks with people who have not practised the chord; if the task dies without the shortcut, the expert path has become the only path.
  • Provide an equivalent action for people who cannot form chords; do not end the help article at “use the shortcut.”

Related

  • Same group: C6.03.2 Tradeoff between mnemonic and positional assignment · C6.03.3 Shortcuts must be shown beside their menu items to support learning · C6.03.4 Conflict priority with system-level shortcuts
  • Adjacent: C6.04 Modifier keys · C3.24 Accessible alternatives to gestures
  • Search: keyboard shortcut · expert path · accelerator

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/C6.03.1