Mapped esc as `

This commit is contained in:
Marcin Woźniak 2021-11-20 15:47:00 +01:00
parent 971da2e20b
commit 22c9fced82
Signed by: y0rune
GPG Key ID: F204C385F57EB348

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"
}
]
}