请教一下各位大佬, macos 上鼠须管如何设置只有右 shift 用来切换中英文输入,谢谢
資深大佬 : nthin0 0
请教一下 macos 上鼠须管如何设置只有右 shift 用来切换中英文输入,谢谢各位大佬~
大佬有話說 (18)
请教一下 macos 上鼠须管如何设置只有右 shift 用来切换中英文输入,谢谢各位大佬~
“`
{
“description”: “(Right_shift) Right shift to ⌘⌃⌥⇧ + 0 (For input method)”,
“manipulators”: [
{
“from”: {
“key_code”: “right_shift”,
“modifiers”: {
“optional”: [
“any”
]
}
},
“to”: [
{
“key_code”: “right_shift”
}
],
“to_if_alone”: [
{
“key_code”: “0”,
“modifiers”: [
“left_command”,
“left_shift”,
“left_control”,
“left_option”
]
}
],
“type”: “basic”
}
]
},
“`
切换输入法的快捷键在
System Preferences – Keyboard – Shortcuts – Input Sources – Select the previous input source
不知道有人遇到过没有