alt.hn

3/12/2026 at 5:18:31 PM

Claude Code Voice Mode

https://support.claude.com/en/articles/11101966-using-voice-mode

by linolevan

3/13/2026 at 1:01:19 AM

If you are already using a universal (OS-wide) tool for Voice, this should just work in Claude or otherwise. Even though I’m a smooth and pretty quick typer, I sometimes speak using Handy[1] and Claude types it out. Handy is seriously accurate.

It does look like more and more apps/tools are going to come built-in with - you can either type or talk - go wild.

Ask: Someone commented some time back that they mapped their CAPSLOCK key to push-to-talk. I’ve looked around and could not figure out without a third party tool. I’d love to know how to do it in macOS - map the un-used CAPSLOCK Key to Push to Talk.

1. https://handy.computer

by Brajeshwar

3/13/2026 at 1:31:52 PM

Claude Code's /voice mode isn't very accurate comparing to other speech-to-text (e.g. Google Translate).

Also it takes about 500ms to activate after you press SPACE, so the initial words are missed out. It took me some time to realize it.

Does Handy has a better speech-to-text accuracy? Is there an activation delay?

by nivertech

3/13/2026 at 10:02:24 AM

I've had success in the past in customizing macOS key bindings using Karabiner: https://karabiner-elements.pqrs.org/

by jaen

3/14/2026 at 2:52:50 PM

Trying this one. It worked with a simple script mapping CAPSLOCK to the default Push-to-talk (OPTION + Space);

   ```
   {
    "description": "Caps Lock to Option+Space (Handy push-to-talk)",
    "manipulators": [
        {
            "from": { "key_code": "caps_lock" },
            "to": [
                {
                    "key_code": "spacebar",
                    "modifiers": ["left_option"]
                }
            ],
            "type": "basic"
        }
    ]
   }
   ```

by Brajeshwar

3/12/2026 at 11:45:26 PM

I'm not seeing anything related to Claude Code. It's the desktop and mobile Claude app with the same feature I've already seen in competing products. Voice isn't even available in the remote control mode of Claude Code.

by aeve890

3/13/2026 at 12:00:22 AM

They’re doing a staged rollout. /voice will work in Claude code if they’ve rolled it out for your account.

by _aavaa_

3/13/2026 at 12:26:40 AM

Well, it's not mentioned at all in the linked page.

I tried /voice in Claude Code and it lets me hold space to get speech to text into my CLI. Not really what one expects from a "voice mode". And, again, not related to anything in the article.

by furyofantares

3/13/2026 at 1:36:23 PM

yes here voice mode != hands-off mode, so you can't DWC (Driving-While-Coding)

by nivertech

3/13/2026 at 2:12:51 PM

Yeah, doesn't really add much, I think if you want dictation your OS very likely has it built in. Certainly wouldn't be worth submitting to HN.

by furyofantares

3/13/2026 at 1:06:56 AM

Slightly related. Something I love to do is to tell Claude to generate a detailed explanation of a topic I want to learn more about (recently, it was Donor Advised Funds).

If I’m going to pick my kids up then I tell it to make it 10 minutes when read aloud. Then I listen to that on my drive.

by jmathai

3/12/2026 at 5:57:22 PM

This is great. It would be nice to be able to add a custom dictionary for words that are often misunderstood.

by emschwartz

3/14/2026 at 6:51:34 AM

[dead]

by ywatanabe1989

3/15/2026 at 3:36:57 AM

Thank you.

by atmanactive