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

Codex App 替代全局语音输入

  •  
  •   labdum · 5 days ago · 1489 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  
       5 days ago
    666
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1055 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 22:43 · PVG 06:43 · LAX 15:43 · JFK 18:43
    ♥ Do have faith in what you're doing.