Compare commits

...

2 Commits

Author SHA1 Message Date
7a519522ca
brew_programs_cask: added todoist
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
2025-04-05 11:11:39 +02:00
e094e72395
karabinier: changed a default keys for ~ and £ 2025-04-05 11:11:13 +02:00
3 changed files with 18 additions and 4 deletions

View File

@ -1,5 +1,5 @@
alfred
alacritty
alfred
chatterino
dbeaver-community
displaylink
@ -20,8 +20,8 @@ mongodb-compass
mpv
mysides
obsidian
postman
platypus
postman
qbittorrent
qview
scroll-reverser
@ -31,6 +31,7 @@ spotify
stats
telegram
the-unarchiver
todoist
transfer
twingate
vlc

View File

@ -256,6 +256,14 @@
{
"from": { "consumer_key_code": "eject" },
"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" },
"to": [{ "key_code": "escape" }]
},
{
"from": { "key_code": "left_command" },
"to": [{ "key_code": "right_command" }]
},
{
"from": { "key_code": "grave_accent_and_tilde" },
"to": [{ "key_code": "non_us_backslash" }]
},
{
"from": { "key_code": "left_command" },
"to": [{ "key_code": "right_command" }]
"from": { "key_code": "non_us_backslash" },
"to": [{ "key_code": "grave_accent_and_tilde" }]
}
],
"virtual_hid_keyboard": {

1
.tilde-switch Executable file
View File

@ -0,0 +1 @@
hidutil property --set '{"UserKeyMapping":[{"HIDKeyboardModifierMappingSrc":0x700000035,"HIDKeyboardModifierMappingDst":0x700000064},{"HIDKeyboardModifierMappingSrc":0x700000064,"HIDKeyboardModifierMappingDst":0x700000035}]}'