X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/fab93d61dc5d1cb52f6e3e83a99fc0aeaa2cb29a..5e11d15abffd21c999bcd69439f3407173cd39a4:/config/karabiner/karabiner.json diff --git a/config/karabiner/karabiner.json b/config/karabiner/karabiner.json index 8179590..d792efc 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" + } + ] } ] }, @@ -74,31 +96,31 @@ "simple_modifications": [ { "from": { - "key_code": "left_command" + "key_code": "application" }, "to": [ { - "key_code": "left_option" + "key_code": "right_option" } ] }, { "from": { - "key_code": "left_option" + "key_code": "left_command" }, "to": [ { - "key_code": "left_command" + "key_code": "left_option" } ] }, { "from": { - "key_code": "application" + "key_code": "left_option" }, "to": [ { - "key_code": "right_option" + "key_code": "left_command" } ] },