agentsclimarketplace

Keyboard shortcut design

Skill Dragoon0x/everything-design-taste/skills/keyboard-shortcut-design

Designing keyboard shortcut systems, key binding conventions, and shortcut discoverability.From its SKILL.md

Install
npx -y skills add Dragoon0x/everything-design-taste --skill keyboard-shortcut-design

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.1 KB, 237 tokens by cl100k_base, as published. Nobody here has run it

Keyboard Shortcut Design

Conventions to Follow

ActionMacWindows
SaveCmd+SCtrl+S
UndoCmd+ZCtrl+Z
RedoCmd+Shift+ZCtrl+Y
FindCmd+FCtrl+F
Select allCmd+ACtrl+A
Copy/Cut/PasteCmd+C/X/VCtrl+C/X/V
CloseCmd+WCtrl+W

App-Specific Shortcuts

  • Use single letters for frequent actions (in non-text contexts)
  • Modifier + letter for less frequent actions
  • Show shortcuts in tooltips and menus
  • Command palette (Cmd+K) as discovery mechanism

Shortcut Cheat Sheet

  • Accessible via Cmd+/ or ? key
  • Grouped by category
  • Searchable
  • Shows current key bindings

Rules

  1. Never override browser shortcuts without very good reason
  2. Show shortcuts alongside menu items
  3. Allow customization for power users
  4. Document all shortcuts in a discoverable place
  5. Focus states must work perfectly for keyboard users

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,790. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.