mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
minor fix
This commit is contained in:
parent
5af44bfa90
commit
4edcc1356b
1 changed files with 4 additions and 4 deletions
|
|
@ -1084,6 +1084,10 @@
|
|||
"from": { "key_code": "delete_or_backspace" },
|
||||
"to": [{ "key_code": "backslash" }]
|
||||
},
|
||||
{
|
||||
"from": { "key_code": "left_command" },
|
||||
"to": [{ "key_code": "left_option" }]
|
||||
},
|
||||
{
|
||||
"from": { "key_code": "left_control" },
|
||||
"to": [{ "key_code": "left_command" }]
|
||||
|
|
@ -1091,10 +1095,6 @@
|
|||
{
|
||||
"from": { "key_code": "left_option" },
|
||||
"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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue