claude-code - 💡(How to fix) Fix [FEATURE] Desktop app: expose a configurable keyboard shortcut for voice dictation

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Fix Action

Fix / Workaround

  • Windows native dictation (Win+H): works but uses the Windows speech engine, not Claude's transcription. Quality and integration are inferior for a Claude Code workflow.
  • AutoHotkey script simulating a mouse click at the microphone icon's screen coordinates: fragile — breaks if the window is moved, resized, or if the UI layout changes. Not a viable long-term workaround.
  • Configuring "ctrl+space": "voice:pushToTalk" in ~/.claude/keybindings.json: has no effect in the desktop app (binding silently ignored).
RAW_BUFFERClick to expand / collapse

Preflight Checklist

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

Problem Statement

The voice dictation feature works perfectly via the microphone icon in the Claude Code desktop app UI, but there is no keyboard shortcut to trigger it. Users must reach for the mouse every single time they want to dictate, which defeats the productivity benefit of voice input.

The /voice slash command returns /voice isn't available in this environment. in the desktop app, and a voice:pushToTalk binding in ~/.claude/keybindings.json has no effect (the keybindings file seems to apply to the CLI only). The desktop app's Settings panel exposes only Ctrl+Alt+Space for quick chat — nothing for voice.

Environment: Claude Code Desktop on Windows 10 Pro, version 2.1.86, authenticated with claude.ai account.

Proposed Solution

Add a configurable keyboard shortcut in the desktop app that triggers the same action as clicking the microphone icon.

Ideal user experience:

  • Press a configurable hotkey (e.g. Ctrl+Space) while the chat input has focus → voice dictation starts (push-to-talk or toggle, matching the current /voice mode semantics).
  • Release the hotkey (in push-to-talk mode) → dictation stops and the transcribed text is inserted into the input.
  • The shortcut should be exposed both in the desktop app's Settings UI and in ~/.claude/keybindings.json (action name voice:pushToTalk), so it stays consistent with the CLI binding system.
  • Sensible default: Ctrl+Space (or another non-conflicting combo), with the user free to remap.

Alternative Solutions

  • Windows native dictation (Win+H): works but uses the Windows speech engine, not Claude's transcription. Quality and integration are inferior for a Claude Code workflow.
  • AutoHotkey script simulating a mouse click at the microphone icon's screen coordinates: fragile — breaks if the window is moved, resized, or if the UI layout changes. Not a viable long-term workaround.
  • Configuring "ctrl+space": "voice:pushToTalk" in ~/.claude/keybindings.json: has no effect in the desktop app (binding silently ignored).

Currently I work around this by clicking the microphone icon manually with the mouse for every dictation, which is exactly the friction this feature should eliminate.

Priority

High - Significant impact on productivity

Feature Category

Interactive mode (TUI)

Use Case Example

No response

Additional Context

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [FEATURE] Desktop app: expose a configurable keyboard shortcut for voice dictation