diff options
| -rw-r--r-- | .Raycast 2025-08-09 16.50.44.rayconfig | bin | 334448 -> 0 bytes | |||
| -rw-r--r-- | .Raycast 2025-08-09 17.33.09.rayconfig | bin | 0 -> 336224 bytes | |||
| -rw-r--r-- | .config/karabiner/karabiner.json | 313 |
3 files changed, 14 insertions, 299 deletions
diff --git a/.Raycast 2025-08-09 16.50.44.rayconfig b/.Raycast 2025-08-09 16.50.44.rayconfig Binary files differdeleted file mode 100644 index a86acc5..0000000 --- a/.Raycast 2025-08-09 16.50.44.rayconfig +++ /dev/null diff --git a/.Raycast 2025-08-09 17.33.09.rayconfig b/.Raycast 2025-08-09 17.33.09.rayconfig Binary files differnew file mode 100644 index 0000000..006db7e --- /dev/null +++ b/.Raycast 2025-08-09 17.33.09.rayconfig diff --git a/.config/karabiner/karabiner.json b/.config/karabiner/karabiner.json index 5f4d55c..a67e6b5 100644 --- a/.config/karabiner/karabiner.json +++ b/.config/karabiner/karabiner.json @@ -1,57 +1,21 @@ { - "global": { - "show_in_menu_bar": false - }, + "global": { "show_in_menu_bar": false }, "profiles": [ { "complex_modifications": { "rules": [ { - "description": "left_ctrl -> cmd+tab if pressed alone", - "enabled": false, - "manipulators": [ - { - "from": { - "key_code": "left_command" - }, - "to": [ - { - "key_code": "left_command" - } - ], - "to_if_alone": [ - { - "key_code": "tab", - "modifiers": [ - "command" - ] - } - ], - "type": "basic" - } - ] - }, - { "description": "Disable Control + Left Click", - "enabled": false, "manipulators": [ { "from": { "modifiers": { - "mandatory": [ - "control" - ], - "optional": [ - "any" - ] + "mandatory": ["control"], + "optional": ["any"] }, "pointing_button": "button1" }, - "to": [ - { - "pointing_button": "button1" - } - ], + "to": [{ "pointing_button": "button1" }], "type": "basic" } ] @@ -62,278 +26,31 @@ { "from": { "key_code": "caps_lock", - "modifiers": { - "optional": [ - "any" - ] - } - }, - "to": [ - { - "key_code": "left_option" - } - ], - "to_if_alone": [ - { - "key_code": "escape" - } - ], - "type": "basic" - } - ] - }, - { - "description": "Hyper+h -> left_arrow", - "enabled": false, - "manipulators": [ - { - "from": { - "key_code": "h", - "modifiers": { - "mandatory": [ - "left_command", - "left_control", - "left_option", - "left_shift" - ] - } - }, - "to": [ - { - "key_code": "left_arrow", - "modifiers": [] - } - ], - "type": "basic" - } - ] - }, - { - "description": "Hyper+j -> down_arrow", - "enabled": false, - "manipulators": [ - { - "from": { - "key_code": "j", - "modifiers": { - "mandatory": [ - "left_command", - "left_control", - "left_option", - "left_shift" - ] - } - }, - "to": [ - { - "key_code": "down_arrow", - "modifiers": [] - } - ], - "type": "basic" - } - ] - }, - { - "description": "Hyper+k -> up_arrow", - "enabled": false, - "manipulators": [ - { - "from": { - "key_code": "k", - "modifiers": { - "mandatory": [ - "left_command", - "left_control", - "left_option", - "left_shift" - ] - } - }, - "to": [ - { - "key_code": "up_arrow", - "modifiers": [] - } - ], - "type": "basic" - } - ] - }, - { - "description": "Hyper+l -> right_arrow", - "enabled": false, - "manipulators": [ - { - "from": { - "key_code": "l", - "modifiers": { - "mandatory": [ - "left_command", - "left_control", - "left_option", - "left_shift" - ] - } - }, - "to": [ - { - "key_code": "right_arrow", - "modifiers": [] - } - ], - "type": "basic" - } - ] - }, - { - "description": "Hyper+s -> left_control+s", - "manipulators": [ - { - "from": { - "key_code": "s", - "modifiers": { - "mandatory": [ - "left_option" - ] - } - }, - "to": [ - { - "key_code": "s", - "modifiers": [ - "left_control" - ] - } - ], - "type": "basic" - } - ] - }, - { - "description": "Hyper+delete_or_backspace -> left_option+delete_or_backspace", - "enabled": false, - "manipulators": [ - { - "from": { - "key_code": "delete_or_backspace", - "modifiers": { - "mandatory": [ - "left_shift", - "left_command", - "left_control", - "left_option" - ] - } - }, - "to": [ - { - "key_code": "delete_or_backspace", - "modifiers": [ - "left_option" - ] - } - ], - "type": "basic" - } - ] - }, - { - "description": "Hyper+a -> left_control+a", - "manipulators": [ - { - "from": { - "key_code": "a", - "modifiers": { - "mandatory": [ - "left_option" - ] - } + "modifiers": { "optional": ["any"] } }, "to": [ { - "key_code": "a", - "modifiers": [ - "left_control" - ] + "key_code": "left_shift", + "modifiers": ["left_command", "left_control", "left_option"] } ], + "to_if_alone": [{ "key_code": "escape" }], "type": "basic" } ] }, { - "description": "Hyper+tab -> left_command+t", - "enabled": false, - "manipulators": [ - { - "from": { - "key_code": "tab", - "modifiers": { - "mandatory": [ - "left_shift", - "left_command", - "left_control", - "left_option" - ] - } - }, - "to": [ - { - "key_code": "t", - "modifiers": [ - "left_command" - ] - } - ], - "type": "basic" - } - ] - }, - { - "description": "left_control+return_or_enter -> left click", - "enabled": false, - "manipulators": [ - { - "from": { - "key_code": "return_or_enter", - "modifiers": { - "mandatory": [ - "left_control" - ] - } - }, - "to": [ - { - "pointing_button": "button1" - } - ], - "type": "basic" - } - ] - }, - { - "description": "Hyper+q -> right_command+k", - "enabled": false, + "description": "Hyper+q -> left_control+s", "manipulators": [ { "from": { "key_code": "q", - "modifiers": { - "mandatory": [ - "left_option", - "left_shift", - "left_command", - "left_control" - ] - } + "modifiers": { "mandatory": ["left_option", "left_control", "left_shift", "left_command"] } }, "to": [ { - "key_code": "k", - "modifiers": [ - "right_command" - ] + "key_code": "s", + "modifiers": ["left_control"] } ], "type": "basic" @@ -360,9 +77,7 @@ "ignore": true } ], - "virtual_hid_keyboard": { - "keyboard_type_v2": "ansi" - } + "virtual_hid_keyboard": { "keyboard_type_v2": "ansi" } } ] -} +}
\ No newline at end of file |
