V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
labdum
V2EX  ›  macOS

Codex App 替代全局语音输入

  •  
  •   labdum · 4 days ago · 1461 views
    不错啊,不用 Typeless 之类的语音输入了,自带的 Codex 现在就支持语音输入了。

    用 Karabiner 绑定到 Mac 自带的 Dictation 键上,挺方便。

    可以试试:在 Karabiner 里自己添加 Complex Modification:

    {
    "description": "Physical F5 / Dictation key sends Command+Shift+D",
    "manipulators": [
    {
    "from": {
    "key_code": "f5",
    "modifiers": {
    "optional": ["any"]
    }
    },
    "to": [
    {
    "key_code": "d",
    "modifiers": ["left_command", "left_shift"]
    }
    ],
    "type": "basic"
    }
    ]
    }
    1 replies    2026-04-24 16:08:31 +08:00
    karld
        1
    karld  
       4 days ago
    666
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5907 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 35ms · UTC 06:10 · PVG 14:10 · LAX 23:10 · JFK 02:10
    ♥ Do have faith in what you're doing.