diff options
| author | Tom Li Dobnik <tomlidobnik1@gmail.com> | 2026-03-02 11:28:47 +0100 |
|---|---|---|
| committer | Tom Li Dobnik <tomlidobnik1@gmail.com> | 2026-03-02 11:28:47 +0100 |
| commit | 0fc0ab31c51d7337dd51a01ecf79c6587af7b2e6 (patch) | |
| tree | 2be8c19ca571c665c1018b2f821fdce2d6882686 /.config/karabiner/karabiner.json | |
| parent | a690c70d9ddf2694aa2ee64efefff09cdc755f93 (diff) | |
ghostty + raycast instead of karabiner
Diffstat (limited to '.config/karabiner/karabiner.json')
| -rw-r--r-- | .config/karabiner/karabiner.json | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/.config/karabiner/karabiner.json b/.config/karabiner/karabiner.json index 1dd1cf4..7460e33 100644 --- a/.config/karabiner/karabiner.json +++ b/.config/karabiner/karabiner.json @@ -1,5 +1,8 @@ { - "global": { "show_in_menu_bar": false }, + "global": { + "event_input_source_backend": "cgeventtap", + "show_in_menu_bar": false + }, "profiles": [ { "complex_modifications": { @@ -20,6 +23,7 @@ }, { "description": "c1", + "enabled": false, "manipulators": [ { "from": { @@ -39,6 +43,7 @@ }, { "description": "Hyper+2 -> Ctrl+S then 2", + "enabled": false, "manipulators": [ { "from": { @@ -58,6 +63,7 @@ }, { "description": "Hyper+3 -> Ctrl+S then 3", + "enabled": false, "manipulators": [ { "from": { @@ -77,6 +83,7 @@ }, { "description": "Hyper+4 -> Ctrl+S then 4", + "enabled": false, "manipulators": [ { "from": { @@ -96,6 +103,7 @@ }, { "description": "Hyper+1 -> Ctrl+S then 1", + "enabled": false, "manipulators": [ { "from": { @@ -115,6 +123,7 @@ }, { "description": "Hyper+q -> left_option+q", + "enabled": false, "manipulators": [ { "from": { @@ -133,6 +142,7 @@ }, { "description": "Hyper+a -> left_control+a", + "enabled": false, "manipulators": [ { "from": { @@ -151,6 +161,7 @@ }, { "description": "Disable Control + Left Click", + "enabled": false, "manipulators": [ { "from": { @@ -167,10 +178,11 @@ }, { "description": "Change caps_lock to Hyper Key (⌃⌥⇧⌘)", + "enabled": false, "manipulators": [ { "from": { - "key_code": "caps_lock", + "key_code": "escape", "modifiers": { "optional": ["any"] } }, "to": [ @@ -186,6 +198,7 @@ }, { "description": "Hyper+s -> left_control+s", + "enabled": false, "manipulators": [ { "from": { @@ -204,6 +217,7 @@ }, { "description": "Hyper+h -> left_arrow", + "enabled": false, "manipulators": [ { "from": { @@ -222,6 +236,7 @@ }, { "description": "Hyper+j -> down_arrow", + "enabled": false, "manipulators": [ { "from": { @@ -240,6 +255,7 @@ }, { "description": "Hyper+k -> up_arrow", + "enabled": false, "manipulators": [ { "from": { @@ -258,6 +274,7 @@ }, { "description": "Hyper+l -> right_arrow", + "enabled": false, "manipulators": [ { "from": { @@ -276,6 +293,7 @@ }, { "description": "Hyper+u -> left_control+d", + "enabled": false, "manipulators": [ { "from": { @@ -294,6 +312,7 @@ }, { "description": "Hyper+i -> left_control+u", + "enabled": false, "manipulators": [ { "from": { @@ -312,6 +331,7 @@ }, { "description": "Hyper+o -> return_or_enter", + "enabled": false, "manipulators": [ { "from": { @@ -330,6 +350,7 @@ }, { "description": "Hyper+p -> delete_or_backspace", + "enabled": false, "manipulators": [ { "from": { @@ -348,6 +369,7 @@ }, { "description": "Hyper+semicolon -> left_command+z", + "enabled": false, "manipulators": [ { "from": { @@ -366,6 +388,7 @@ }, { "description": "Hyper+quote -> left_shift, left_command+z", + "enabled": false, "manipulators": [ { "from": { @@ -384,6 +407,7 @@ }, { "description": "Hyper+period -> left_control+n", + "enabled": false, "manipulators": [ { "from": { @@ -402,6 +426,7 @@ }, { "description": "Hyper+comma -> left_control+p", + "enabled": false, "manipulators": [ { "from": { @@ -420,6 +445,7 @@ }, { "description": "Hyper+slash -> left_control+y", + "enabled": false, "manipulators": [ { "from": { @@ -438,6 +464,7 @@ }, { "description": "Hyper+m -> left_option+c", + "enabled": false, "manipulators": [ { "from": { @@ -456,6 +483,7 @@ }, { "description": "Hyper+c -> left_command+c", + "enabled": false, "manipulators": [ { "from": { @@ -474,6 +502,7 @@ }, { "description": "Hyper+v -> left_command+v", + "enabled": false, "manipulators": [ { "from": { @@ -492,6 +521,7 @@ }, { "description": "Hyper+y -> left_control+c", + "enabled": false, "manipulators": [ { "from": { |
