shepherd-launcher/docs/ai/history/2026-02-07 002 launcher keyboard navigation.md
2026-02-07 18:16:00 -05:00

545 B

Launcher Keyboard & Controller Navigation

Issue: https://github.com/aarmea/shepherd-launcher/issues/20

Summary:

  • Added keyboard/controller navigation for the launcher grid (arrow keys, WASD, D-pad) with focus movement between tiles.
  • Enabled focus styling on tiles and ensured the grid focuses the first tile on state updates.
  • Added keyboard shortcuts to close the launcher (Alt+F4, Ctrl+W, Home).

Key files:

  • crates/shepherd-launcher-ui/src/app.rs
  • crates/shepherd-launcher-ui/src/grid.rs
  • crates/shepherd-launcher-ui/src/tile.rs