diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-06-24 15:33:14 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-06-24 15:33:14 +0200 |
| commit | 5e11d15abffd21c999bcd69439f3407173cd39a4 (patch) | |
| tree | 7d2ff21e3856707ebbf4246a85e82883ad8c3894 /config/karabiner/karabiner.json | |
| parent | fab93d61dc5d1cb52f6e3e83a99fc0aeaa2cb29a (diff) | |
Update karabiner config
Diffstat (limited to 'config/karabiner/karabiner.json')
| -rw-r--r-- | config/karabiner/karabiner.json | 34 |
1 files changed, 28 insertions, 6 deletions
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" } ] }, |