Skip to content

Latest commit

 

History

History
98 lines (69 loc) · 2.15 KB

File metadata and controls

98 lines (69 loc) · 2.15 KB

Keyboard Shortcuts

Complete reference of all keyboard shortcuts in Itemdeck.

Global Shortcuts

These work anywhere in the application:

Shortcut Action
Ctrl+S / Cmd+S Toggle Settings panel
? (Shift + /) Show keyboard help
Ctrl+E / Cmd+E Toggle Edit Mode
Ctrl+R / Cmd+R Shuffle cards
Ctrl+A / Cmd+A Toggle Admin Mode
/ Focus search bar
Escape Close overlay/panel

Card Navigation

Navigate through cards in the grid:

Shortcut Action
Arrow Left Previous card
Arrow Right Next card
Arrow Up Card above
Arrow Down Card below
Home First card
End Last card
Page Up Skip up (5 cards)
Page Down Skip down (5 cards)

Card Actions

Interact with the focused card:

Shortcut Action
Space Flip card
Enter Open detail view
Escape Close detail view

Search Bar

When the search bar is focused:

Shortcut Action
/ Focus search input
Escape Clear search / blur input
Enter Submit search

Settings Panel

When Settings is open:

Shortcut Action
Escape Close Settings
Tab Navigate between controls

Memory Game

During the Memory game mechanic:

Shortcut Action
Arrow Keys Navigate between cards
Space / Enter Flip selected card
Escape Exit game

Tips

Modifier Keys

  • Navigation uses single keys (arrows, H/J/K/L for vim)
  • Global actions use Ctrl/Cmd modifiers (S, E, R, A)
  • ? requires Shift (it's Shift + /)

Focus States

  • Shortcuts only work when not typing in an input field
  • The / shortcut focuses the search bar from anywhere
  • Use Tab to navigate between interactive elements

Accessibility

  • All keyboard shortcuts have visual equivalents
  • Screen readers announce card content on focus
  • High contrast mode available in Settings > System

Related Documentation