如何用 Karabiner Elements 快捷键跳转到 OmegaT 的下一个待翻译片断?

pimgeek2023年12月28日 22:39

{
  "description": "[OnlyOmegaT] LOption+Enter => Translate Next Segment",
  "manipulators": [
    {
      "conditions": [
        {
          "bundle_identifiers": [ "org.omegat.OmegaT" ],
          "type": "frontmost_application_if"
        }
      ],
      "from": {
        "key_code": "return_or_enter",
        "modifiers": { "mandatory": [ "left_option" ] }
      },
      "to": [
        {
          "key_code": "n",
          "modifiers": [ "right_command" ]
        }
      ],
      "to_delayed_action": {
        "to_if_invoked": [
          {
            "key_code": "down_arrow",
            "modifiers": [ "right_command" ]
          },
          {
            "key_code": "return_or_enter",
            "modifiers": [ "right_shift" ]
          },
          { "key_code": "left_arrow"}
        ]
      },
      "type": "basic"
    }
  ]
}





创建日期: 2023年12月28日 22:12