Fix kitty quick access Karabiner binding

This commit is contained in:
2026-03-30 20:59:42 +02:00
parent e086d23d1c
commit 614784daf4
3 changed files with 1 additions and 44 deletions

View File

@@ -1,18 +0,0 @@
{
"type": "basic",
"from": {
"key_code": "return_or_enter",
"modifiers": {
"mandatory": ["control"],
"optional": []
}
},
"to": [
{
"key_code": "vk_none"
},
{
"shell_command": "/Applications/kitty.app/Contents/kitty-quick-access.app/Contents/MacOS/kitty-quick-access --instance-group quick-access >/tmp/kitty-quick-access.log 2>&1 < /dev/null &"
}
]
}

View File

@@ -1,25 +0,0 @@
{
"title": "Kitty quick access terminal",
"rules": [
{
"description": "Ctrl+Enter toggles kitty quick-access-terminal",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "return_or_enter",
"modifiers": {
"mandatory": ["control"],
"optional": ["any"]
}
},
"to": [
{
"shell_command": "/Applications/kitty.app/Contents/kitty-quick-access.app/Contents/MacOS/kitty-quick-access --instance-group quick-access >/tmp/kitty-quick-access.log 2>&1 < /dev/null &"
}
]
}
]
}
]
}

View File

@@ -108,7 +108,7 @@
"key_code": "vk_none"
},
{
"shell_command": "/Applications/kitty.app/Contents/MacOS/kitten quick-access-terminal --instance-group quick-access >/tmp/kitty-quick-access.log 2>&1 < /dev/null &"
"shell_command": "/Applications/kitty.app/Contents/MacOS/kitten quick-access-terminal >/tmp/kitty-quick-access.log 2>&1 < /dev/null &"
}
],
"type": "basic"