Changes /

Command Palette and Keyboard Shortcuts

stable

Introduces a command palette with deck-specific commands, dice rolls, and global keyboard shortcuts for common battlefield actions.

5 features1 fix

Features

  • Added a command palette for quick actions (Ctrl+Space / Ctrl+K / Cmd+K).
  • Integrated deck-specific commands into the command palette.
  • Enabled logging-only dice rolls via the command palette. (#32)
  • Introduced global keyboard shortcuts for key actions.
  • Card grids now auto-focus the search field when opened.

Keyboard Shortcuts

ScopeKeyAction
BattlefieldCClone
BattlefieldTTap
BattlefieldFFlip
GlobalDDraw
GlobalSSearch deck
GlobalShift+UUntap all
GlobalCtrl+SpaceOpen command palette
Card (global)BSend to battlefield
Card (global)Ctrl+DDestroy
Card (global)EExile
Card (global)PPeek
Card gridEscClose menu

Fixes

  • Properly dispose of cards when closing the token menu.

Closed Issues

  • #21 Basic keyboard shortcut implementation
  • #32 Add dice rolls