AutoHotKey win10改键 (自启动 可以用自带的转为

2019-11-13  本文已影响0人  鸿伟x

mac win10改键
AutoHotKey win10
^#Left::
Send !{Left}
Return
^#Right::
Send !{Right}
Return


karabiner mac
json
{
"title": "Change mouse buttons (rev 2)",
"rules": [
{
"description": "Change button4,5",
"manipulators": [
{
"type": "basic",
"from": {
"pointing_button": "button4",
"modifiers": {
"optional": [
"caps_lock"
]
}
},
"to": [
{
"key_code": "left_arrow",
"modifiers": ["left_command","left_control"]
}
],
"conditions": [
{
"type": "keyboard_type_if",
"keyboard_types": [
"ansi",
"iso"
]
}
]
},
{
"type": "basic",
"from": {
"pointing_button": "button5",
"modifiers": {
"optional": [
"caps_lock"
]
}
},
"to": [
{
"key_code": "right_arrow",
"modifiers": ["left_command","left_control"]
}
],
"conditions": [
{
"type": "keyboard_type_if",
"keyboard_types": [
"ansi",
"iso"
]
}
]
}
]
}
]
}

上一篇下一篇

猜你喜欢

热点阅读