X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/68ba6555b02cf1af34f023f961bfff97cfca5d68..14a899db10b88c5e4800e34dc208a0ce3b624dcd:/config/karabiner/karabiner.json diff --git a/config/karabiner/karabiner.json b/config/karabiner/karabiner.json index 8179590..360dd8c 100644 --- a/config/karabiner/karabiner.json +++ b/config/karabiner/karabiner.json @@ -56,6 +56,28 @@ "type": "basic" } ] + }, + { + "description": "Insert to Ctrl+Cmd+Alt+N", + "manipulators": [ + { + "from": { + "key_code": "insert" + }, + "to": [ + { + "key_code": "n", + "modifiers": [ + "left_control", + "left_alt", + "left_gui" + ], + "repeat": true + } + ], + "type": "basic" + } + ] } ] }, @@ -71,48 +93,7 @@ }, "ignore": false, "manipulate_caps_lock_led": false, - "simple_modifications": [ - { - "from": { - "key_code": "left_command" - }, - "to": [ - { - "key_code": "left_option" - } - ] - }, - { - "from": { - "key_code": "left_option" - }, - "to": [ - { - "key_code": "left_command" - } - ] - }, - { - "from": { - "key_code": "application" - }, - "to": [ - { - "key_code": "right_option" - } - ] - }, - { - "from": { - "key_code": "right_option" - }, - "to": [ - { - "key_code": "right_command" - } - ] - } - ] + "simple_modifications": [] } ], "fn_function_keys": [