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"
}
]
}
京公网安备 11010502051247号