{ "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/MacOS/kitten quick-access-terminal --detach" } ] } ] } ] }