Summary
The Ctrl+Shift+Tab keyboard shortcut for switching tabs does not work when a FreshClaude pane has focus.
Details
- Ctrl+Shift+Tab is expected to switch between Freshell tabs
- When focus is inside a FreshClaude pane, the shortcut is not propagated/handled
- Likely the FreshClaude component is capturing or swallowing the keyboard event
- Need to ensure tab-switching shortcuts bubble up from FreshClaude to the Freshell tab manager
Expected Behavior
Ctrl+Shift+Tab should switch tabs regardless of which pane type has focus.
🤖 Generated with Claude Code