X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/68ba6555b02cf1af34f023f961bfff97cfca5d68..d1d7b859086e2403f07592d44e3aeeefd5c2232e:/config/karabiner/karabiner.json?ds=sidebyside 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" } ] },