Epic: Keybinding and Hotkey System #136

Open
opened 2026-03-15 04:13:31 +00:00 by freemo · 0 comments
Owner

Metadata

  • Commit Message: feat(ui): implement keybinding and hotkey system
  • Branch: feature/keybindings

Background and Context

The specification (§ Keybinding System) describes a comprehensive keybinding framework
with KeyChord/KeySequence data models, scope-based resolution (mode/window/global),
a context stack, and player customization commands.

Acceptance Criteria

  • KeyChord and KeySequence data models with ESC/Alt disambiguation
  • KeybindingRegistry with scope-based resolution (mode > window > global)
  • Context stack with push/pop lifecycle
  • Default keybinding table from specification
  • Player commands: bind, unbind, showbindings, resetbindings
  • Integration with focus management
  • BDD test coverage

Subtasks

  • Implement KeyChord and KeySequence
  • Implement KeybindingRegistry
  • Implement context stack
  • Register default bindings
  • Implement player commands
  • Integrate with focus management

Definition of Done

This Epic is complete when all child issues are closed.

## Metadata - **Commit Message**: `feat(ui): implement keybinding and hotkey system` - **Branch**: `feature/keybindings` ## Background and Context The specification (§ Keybinding System) describes a comprehensive keybinding framework with KeyChord/KeySequence data models, scope-based resolution (mode/window/global), a context stack, and player customization commands. ## Acceptance Criteria - KeyChord and KeySequence data models with ESC/Alt disambiguation - KeybindingRegistry with scope-based resolution (mode > window > global) - Context stack with push/pop lifecycle - Default keybinding table from specification - Player commands: bind, unbind, showbindings, resetbindings - Integration with focus management - BDD test coverage ## Subtasks - [ ] Implement KeyChord and KeySequence - [ ] Implement KeybindingRegistry - [ ] Implement context stack - [ ] Register default bindings - [ ] Implement player commands - [ ] Integrate with focus management ## Definition of Done This Epic is complete when all child issues are closed.
freemo added this to the (deleted) milestone 2026-03-15 04:13:31 +00:00
freemo self-assigned this 2026-03-15 04:25:25 +00:00
freemo modified the milestone from (deleted) to v1.1.0 2026-03-16 00:28:24 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: aethyr/Aethyr#136
No description provided.