Mapped esc as `

This commit is contained in:
Marcin Woźniak 2021-11-20 15:47:00 +01:00
parent 35996dc77d
commit 272e155542

View File

@ -182,6 +182,26 @@
}
]
},
{
"from": {
"key_code": "down_arrow"
},
"to": [
{
"pointing_button": "button32"
}
]
},
{
"from": {
"key_code": "left_arrow"
},
"to": [
{
"pointing_button": "button32"
}
]
},
{
"from": {
"key_code": "left_command"
@ -202,6 +222,16 @@
}
]
},
{
"from": {
"key_code": "right_arrow"
},
"to": [
{
"pointing_button": "button32"
}
]
},
{
"from": {
"key_code": "right_command"
@ -224,31 +254,11 @@
},
{
"from": {
"key_code": "down_arrow"
"key_code": "escape"
},
"to": [
{
"pointing_button": "button32"
}
]
},
{
"from": {
"key_code": "left_arrow"
},
"to": [
{
"pointing_button": "button32"
}
]
},
{
"from": {
"key_code": "right_arrow"
},
"to": [
{
"pointing_button": "button32"
"key_code": "grave_accent_and_tilde"
}
]
}