[BUG] Keybindings.json ignored on Windows desktop app
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Keybindings.json not applied on Windows desktop app
The ~/.claude/keybindings.json file is correctly configured (enter → chat:newline, shift+enter → chat:submit) but has no effect. Enter still submits. Tested after multiple full quits, relaunches, and logouts. File location and schema are correct.
Environment: Windows 11 Pro, Claude Code desktop app
Expected: Enter inserts newline, Shift+Enter submits
Actual: Enter submits regardless of keybindings config
What Should Happen?
Enter should insert a newline and Shift+Enter should submit the message, as configured in ~/.claude/keybindings.json.
Error Messages/Logs
Steps to Reproduce
Create ~/.claude/keybindings.json with the following content:
{
"bindings": [
{
"context": "Chat",
"bindings": {
"enter": "chat:newline",
"shift+enter": "chat:submit"
}
}
]
}
Fully quit and relaunch the Claude Code desktop app.
Open a chat and press Enter.
Enter submits the message instead of inserting a newline.
Claude Model
Sonnet (default)
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
2.1.183 (Claude Code)
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
Windows Terminal
Additional Information
_No response_
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗