labdum
V2EX  ›  macOS

Codex App 替代全局语音输入

  •  
  •   labdum · Apr 24 · 2540 views
    This topic created in 48 days ago, the information mentioned may be changed or developed.
    不错啊,不用 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  
       Apr 24
    666
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1135 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 57ms · UTC 18:12 · PVG 02:12 · LAX 11:12 · JFK 14:12
    ♥ Do have faith in what you're doing.