mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
Merge branch 'master' of https://github.com/js0ny/dotfiles
This commit is contained in:
commit
d8cdbcb118
1 changed files with 4 additions and 4 deletions
|
|
@ -1084,6 +1084,10 @@
|
||||||
"from": { "key_code": "delete_or_backspace" },
|
"from": { "key_code": "delete_or_backspace" },
|
||||||
"to": [{ "key_code": "backslash" }]
|
"to": [{ "key_code": "backslash" }]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"from": { "key_code": "left_command" },
|
||||||
|
"to": [{ "key_code": "left_option" }]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"from": { "key_code": "left_control" },
|
"from": { "key_code": "left_control" },
|
||||||
"to": [{ "key_code": "left_command" }]
|
"to": [{ "key_code": "left_command" }]
|
||||||
|
|
@ -1091,10 +1095,6 @@
|
||||||
{
|
{
|
||||||
"from": { "key_code": "left_option" },
|
"from": { "key_code": "left_option" },
|
||||||
"to": [{ "apple_vendor_top_case_key_code": "keyboard_fn" }]
|
"to": [{ "apple_vendor_top_case_key_code": "keyboard_fn" }]
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": { "key_code": "left_command" },
|
|
||||||
"to": [{ "key_code": "left_option" }]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"treat_as_built_in_keyboard": true
|
"treat_as_built_in_keyboard": true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue