Karabiner
This commit is contained in:
+12
-31
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"global": { "show_in_menu_bar": false },
|
||||
"profiles": [
|
||||
{
|
||||
"complex_modifications": {
|
||||
@@ -41,9 +42,7 @@
|
||||
],
|
||||
"from": {
|
||||
"key_code": "return_or_enter",
|
||||
"modifiers": {
|
||||
"mandatory": ["option"]
|
||||
}
|
||||
"modifiers": { "mandatory": ["option"] }
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
@@ -69,17 +68,11 @@
|
||||
],
|
||||
"from": {
|
||||
"key_code": "return_or_enter",
|
||||
"modifiers": {
|
||||
"mandatory": ["command"]
|
||||
}
|
||||
"modifiers": { "mandatory": ["command"] }
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"key_code": "vk_none"
|
||||
},
|
||||
{
|
||||
"shell_command": "/Applications/kitty.app/Contents/MacOS/kitty --single-instance --directory ~"
|
||||
}
|
||||
{ "key_code": "vk_none" },
|
||||
{ "shell_command": "/Applications/kitty.app/Contents/MacOS/kitty --single-instance --directory ~" }
|
||||
],
|
||||
"type": "basic"
|
||||
}
|
||||
@@ -91,34 +84,22 @@
|
||||
{
|
||||
"from": {
|
||||
"key_code": "return_or_enter",
|
||||
"modifiers": {
|
||||
"mandatory": ["control"]
|
||||
}
|
||||
"modifiers": { "mandatory": ["control"] }
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"key_code": "vk_none"
|
||||
},
|
||||
{
|
||||
"shell_command": "$HOME/.config/kitty/launch-quick-access-terminal.sh >/tmp/kitty-quick-access.log 2>&1 < /dev/null &"
|
||||
}
|
||||
{ "key_code": "vk_none" },
|
||||
{ "shell_command": "$HOME/.config/kitty/launch-quick-access-terminal.sh >/tmp/kitty-quick-access.log 2>&1 < /dev/null &" }
|
||||
],
|
||||
"type": "basic"
|
||||
},
|
||||
{
|
||||
"from": {
|
||||
"key_code": "keypad_enter",
|
||||
"modifiers": {
|
||||
"mandatory": ["control"]
|
||||
}
|
||||
"modifiers": { "mandatory": ["control"] }
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"key_code": "vk_none"
|
||||
},
|
||||
{
|
||||
"shell_command": "$HOME/.config/kitty/launch-quick-access-terminal.sh >/tmp/kitty-quick-access.log 2>&1 < /dev/null &"
|
||||
}
|
||||
{ "key_code": "vk_none" },
|
||||
{ "shell_command": "$HOME/.config/kitty/launch-quick-access-terminal.sh >/tmp/kitty-quick-access.log 2>&1 < /dev/null &" }
|
||||
],
|
||||
"type": "basic"
|
||||
}
|
||||
@@ -193,4 +174,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user