Shift+Tab keybinding triggers even when Ctrl is held (not modifier-strict)
Resolved 💬 1 comment Opened Feb 17, 2026 by bernardrbengtsson Closed Feb 17, 2026
Description
Pressing Ctrl+Shift+Tab triggers the shift+tab action (chat:cycleMode).
Expected behavior
ctrl+shift+tab should be treated as a distinct keystroke and not match the shift+tab binding. Keybinding matching should be strict — only the exact modifier combination should trigger the bound action.
Steps to reproduce
- In Claude Code CLI, press
Shift+Tab→ cycles permission mode (correct) - Press
Ctrl+Shift+Tab→ also cycles permission mode (incorrect)
Environment
- Claude Code CLI
- Linux (Ubuntu)
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗