如何用 Karabiner Elements 快捷键全选当前编辑框并获取 DeepL 翻译?

pimgeek2023年12月28日 22:40

{
  "description": "[NoOmegaT] ROption+l => DeepL Inline Translation",
  "manipulators": [
    {
      "from": {
        "key_code": "l",
        "modifiers": { "mandatory": [ "right_option" ] }
      },
      "to": [
        {
          "key_code": "a",
          "modifiers": [ "right_command" ]
        },
        {
          "key_code": "c",
          "modifiers": [ "right_command", "right_shift" ]
        },
        {
          "key_code": "c",
          "modifiers": [ "right_command", "right_shift" ]
        }
      ],
      "to_delayed_action": {
        "to_if_invoked": [
          { "key_code": "return_or_enter" }
        ]
      },
      "type": "basic"
    }
  ]
}





创建日期: 2023年12月27日 16:47