Add Karabiner config to dotfiles
This commit is contained in:
18
karabiner/assets/complex_modifications/kitty-hud.json
Normal file
18
karabiner/assets/complex_modifications/kitty-hud.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "basic",
|
||||
"from": {
|
||||
"key_code": "return_or_enter",
|
||||
"modifiers": {
|
||||
"mandatory": ["control"],
|
||||
"optional": []
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"key_code": "vk_none"
|
||||
},
|
||||
{
|
||||
"shell_command": "/Applications/kitty.app/Contents/MacOS/kitten quick-access-terminal >/tmp/kitty-quick-access.log 2>&1 &"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user