-
Notifications
You must be signed in to change notification settings - Fork 194
Closed
Description
Description
Uppercase/shifted letters are completely ignored in the agent-deck TUI:
- Shortcuts:
M(Move to Group),R(Restart),K/J(Move up/down),F(Fork with options) — none of these trigger - Text input: When naming/renaming sessions, uppercase letters are silently dropped or converted to lowercase
Reproduction
- Start agent-deck TUI
- Try pressing
Mon a session -> nothing happens - Try pressing
Ron a session -> nothing happens (lowercaserfor rename works) - Create or rename a session with uppercase letters -> letters are ignored
Key finding: isolated to the TUI layer
- Inside agent-deck shells (tmux): uppercase works fine
- Inside Claude Code sessions within agent-deck: uppercase works fine
- Only the Bubble Tea TUI itself drops shifted input
This suggests the key event handling in the TUI doesn't correctly process Shift+letter.
Environment
- agent-deck: latest (0.26)
- Terminal: Ghostty
- Compositor: Niri (Wayland)
- Shell: Fish
- OS: CachyOS (Arch-based), Kernel 6.19.6
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels