Compare commits
2 Commits
c697587d9a
...
7a519522ca
Author | SHA1 | Date | |
---|---|---|---|
7a519522ca | |||
e094e72395 |
@ -1,5 +1,5 @@
|
|||||||
alfred
|
|
||||||
alacritty
|
alacritty
|
||||||
|
alfred
|
||||||
chatterino
|
chatterino
|
||||||
dbeaver-community
|
dbeaver-community
|
||||||
displaylink
|
displaylink
|
||||||
@ -20,8 +20,8 @@ mongodb-compass
|
|||||||
mpv
|
mpv
|
||||||
mysides
|
mysides
|
||||||
obsidian
|
obsidian
|
||||||
postman
|
|
||||||
platypus
|
platypus
|
||||||
|
postman
|
||||||
qbittorrent
|
qbittorrent
|
||||||
qview
|
qview
|
||||||
scroll-reverser
|
scroll-reverser
|
||||||
@ -31,6 +31,7 @@ spotify
|
|||||||
stats
|
stats
|
||||||
telegram
|
telegram
|
||||||
the-unarchiver
|
the-unarchiver
|
||||||
|
todoist
|
||||||
transfer
|
transfer
|
||||||
twingate
|
twingate
|
||||||
vlc
|
vlc
|
||||||
|
@ -256,6 +256,14 @@
|
|||||||
{
|
{
|
||||||
"from": { "consumer_key_code": "eject" },
|
"from": { "consumer_key_code": "eject" },
|
||||||
"to": [{ "consumer_key_code": "al_terminal_lock_or_screensaver" }]
|
"to": [{ "consumer_key_code": "al_terminal_lock_or_screensaver" }]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": { "key_code": "right_command" },
|
||||||
|
"to": [{ "key_code": "right_option" }]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": { "key_code": "right_option" },
|
||||||
|
"to": [{ "key_code": "right_command" }]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -395,13 +403,17 @@
|
|||||||
"from": { "key_code": "caps_lock" },
|
"from": { "key_code": "caps_lock" },
|
||||||
"to": [{ "key_code": "escape" }]
|
"to": [{ "key_code": "escape" }]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"from": { "key_code": "left_command" },
|
||||||
|
"to": [{ "key_code": "right_command" }]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"from": { "key_code": "grave_accent_and_tilde" },
|
"from": { "key_code": "grave_accent_and_tilde" },
|
||||||
"to": [{ "key_code": "non_us_backslash" }]
|
"to": [{ "key_code": "non_us_backslash" }]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"from": { "key_code": "left_command" },
|
"from": { "key_code": "non_us_backslash" },
|
||||||
"to": [{ "key_code": "right_command" }]
|
"to": [{ "key_code": "grave_accent_and_tilde" }]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"virtual_hid_keyboard": {
|
"virtual_hid_keyboard": {
|
||||||
|
1
.tilde-switch
Executable file
1
.tilde-switch
Executable file
@ -0,0 +1 @@
|
|||||||
|
hidutil property --set '{"UserKeyMapping":[{"HIDKeyboardModifierMappingSrc":0x700000035,"HIDKeyboardModifierMappingDst":0x700000064},{"HIDKeyboardModifierMappingSrc":0x700000064,"HIDKeyboardModifierMappingDst":0x700000035}]}'
|
Loading…
x
Reference in New Issue
Block a user