Mapped esc as `
This commit is contained in:
parent
971da2e20b
commit
22c9fced82
@ -182,6 +182,26 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"from": {
|
||||||
|
"key_code": "down_arrow"
|
||||||
|
},
|
||||||
|
"to": [
|
||||||
|
{
|
||||||
|
"pointing_button": "button32"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": {
|
||||||
|
"key_code": "left_arrow"
|
||||||
|
},
|
||||||
|
"to": [
|
||||||
|
{
|
||||||
|
"pointing_button": "button32"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"from": {
|
"from": {
|
||||||
"key_code": "left_command"
|
"key_code": "left_command"
|
||||||
@ -202,6 +222,16 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"from": {
|
||||||
|
"key_code": "right_arrow"
|
||||||
|
},
|
||||||
|
"to": [
|
||||||
|
{
|
||||||
|
"pointing_button": "button32"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"from": {
|
"from": {
|
||||||
"key_code": "right_command"
|
"key_code": "right_command"
|
||||||
@ -224,31 +254,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"from": {
|
"from": {
|
||||||
"key_code": "down_arrow"
|
"key_code": "escape"
|
||||||
},
|
},
|
||||||
"to": [
|
"to": [
|
||||||
{
|
{
|
||||||
"pointing_button": "button32"
|
"key_code": "grave_accent_and_tilde"
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": {
|
|
||||||
"key_code": "left_arrow"
|
|
||||||
},
|
|
||||||
"to": [
|
|
||||||
{
|
|
||||||
"pointing_button": "button32"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": {
|
|
||||||
"key_code": "right_arrow"
|
|
||||||
},
|
|
||||||
"to": [
|
|
||||||
{
|
|
||||||
"pointing_button": "button32"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user