Feature Request: Support keybinding customization (e.g. Ctrl+Enter to submit) in Claude Code desktop app

Status Closed — not planned
Maintainer reply None cached
Activity 7 comments · opened Mar 11, 2026 · closed Apr 10, 2026

Preflight Checklist

  • [x] I have searched existing requests and this feature hasn't been requested yet
  • [x] This is a single feature request (not multiple features)

Problem Statement

In the Claude Code desktop app (Code tab), the Enter key always submits the chat message. There is no way to change this behavior.

The ~/.claude/keybindings.json feature (which supports remapping the submit key) only works in the CLI version and has no effect in the desktop app.

This makes it impossible to type multi-line messages naturally using Enter, and forces users to rely on workarounds.

Proposed Solution

Extend the ~/.claude/keybindings.json support to the Claude Code desktop app, so that users can remap the chat submit key (e.g. from Enter to Ctrl+Enter).

This would allow users to use Enter for newlines and Ctrl+Enter for submission, which is a common pattern in many chat and coding tools.

Alternative Solutions

Tried configuring ~/.claude/keybindings.json with "enter": null and "ctrl+enter": "chat:submit", but this has no effect in the desktop app — only works in the CLI version.

Priority

Medium - Would be very helpful

Feature Category

Configuration and settings

Use Case Example

_No response_

Additional Context

_No response_

View original on GitHub ↗

7 Comments

github-actions[bot] · 5 months ago

Found 2 possible duplicate issues:

  1. https://github.com/anthropics/claude-code/issues/25087
  2. https://github.com/anthropics/claude-code/issues/25089

This issue will be automatically closed as a duplicate in 3 days.

  • If your issue is a duplicate, please close it and 👍 the existing issue instead
  • To prevent auto-closure, add a comment or 👎 this comment

🤖 Generated with Claude Code

passionworkeer · 5 months ago

This would be a huge quality-of-life improvement! For Windows users, having Ctrl+Enter to submit is essential. Consider exposing the keybindings via a config file (~/.claude/keybindings.json) for extensibility.

gabriensymons · 5 months ago

Looking to use this feature as well.

Here's what a similar setting in the Codex desktop app looks like:

<img width="452" height="58" alt="Image" src="https://github.com/user-attachments/assets/845e0fd8-ea27-4226-96b8-0e793492dc32" />

github-actions[bot] · 4 months ago

Closing for now — inactive for too long. Please open a new issue if this is still relevant.

aibardefi · 4 months ago

+1 on this. In the Desktop app Code tab, Enter only inserts a newline and I have to use Ctrl+Enter to submit. There's also no visible send button as a fallback.
This is frustrating because every other AI chat interface (ChatGPT, Chat tab in the same app, etc.) uses Enter to send. The ~/.claude/keybindings.json config doesn't work in the Desktop app so there's no workaround.
At minimum, please either:

  1. Add an option to use Enter to submit in the Code tab
  2. Make keybindings.json work in the Desktop app
VanessaRussell · 4 months ago
+1 on this. In the Desktop app Code tab, Enter only inserts a newline and I have to use Ctrl+Enter to submit. There's also no visible send button as a fallback. This is frustrating because every other AI chat interface (ChatGPT, Chat tab in the same app, etc.) uses Enter to send. The ~/.claude/keybindings.json config doesn't work in the Desktop app so there's no workaround. At minimum, please either: 1. Add an option to use Enter to submit in the Code tab 2. Make keybindings.json work in the Desktop app

How did you get Ctrl+Enter to be sumbit? That's the whole reason I want keybinds to work.

github-actions[bot] · 4 months ago

This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.