]> git.r.bdr.sh - rbdr/dotfiles/blobdiff - config/karabiner/karabiner.json
Update karabiner config
[rbdr/dotfiles] / config / karabiner / karabiner.json
index 8179590888399103b00e3b0cf035441075f46035..d792efc18219f0ff14597c252068862b4228bf43 100644 (file)
                                 "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"
+                            }
+                        ]
                     }
                 ]
             },
                     "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"
                                 }
                             ]
                         },