Mac Karabiner-11.4 英数 -> cmd-alt-shift
点开 complex modifications 随便添加rule (这个rule不用,目的是产生 manipulators 属性),然后打开 ~/.config/karabiner/karabiner.json manipulators 改为如下:
"manipulators": [
{
"description": "change lang2(英数) to cmd-alt-shift.",
"from": {
"key_code": "lang2",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "left_shift",
"modifiers": [
"left_command",
"left_option"
]
}
],
"type": "basic"
}
]
本文介绍如何使用MacKarabiner将英数键映射为cmd-alt-shift组合。通过编辑karabiner.json文件实现自定义键盘快捷键,提高工作效率。
1万+

被折叠的 条评论
为什么被折叠?



