X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/68ba6555b02cf1af34f023f961bfff97cfca5d68..2a55fbef3406d4c51c395994d6763db3d20c3693:/config/karabiner/karabiner.json diff --git a/config/karabiner/karabiner.json b/config/karabiner/karabiner.json index 8179590..bb0f69c 100644 --- a/config/karabiner/karabiner.json +++ b/config/karabiner/karabiner.json @@ -1,8 +1,10 @@ { "global": { + "ask_for_confirmation_before_quitting": true, "check_for_updates_on_startup": true, "show_in_menu_bar": true, - "show_profile_name_in_menu_bar": false + "show_profile_name_in_menu_bar": false, + "unsafe_ui": false }, "profiles": [ { @@ -56,6 +58,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 +95,54 @@ }, "ignore": false, "manipulate_caps_lock_led": false, + "simple_modifications": [] + }, + { + "disable_built_in_keyboard_if_exists": false, + "fn_function_keys": [], + "identifiers": { + "is_keyboard": true, + "is_pointing_device": false, + "product_id": 834, + "vendor_id": 1452 + }, + "ignore": false, + "manipulate_caps_lock_led": true, "simple_modifications": [ { "from": { - "key_code": "left_command" + "key_code": "grave_accent_and_tilde" }, "to": [ { - "key_code": "left_option" + "key_code": "non_us_backslash" } ] }, { "from": { - "key_code": "left_option" + "key_code": "non_us_backslash" }, "to": [ { - "key_code": "left_command" - } - ] - }, - { - "from": { - "key_code": "application" - }, - "to": [ - { - "key_code": "right_option" - } - ] - }, - { - "from": { - "key_code": "right_option" - }, - "to": [ - { - "key_code": "right_command" + "key_code": "grave_accent_and_tilde" } ] } ] + }, + { + "disable_built_in_keyboard_if_exists": false, + "fn_function_keys": [], + "identifiers": { + "is_keyboard": true, + "is_pointing_device": false, + "product_id": 0, + "vendor_id": 13 + }, + "ignore": false, + "manipulate_caps_lock_led": true, + "simple_modifications": [] } ], "fn_function_keys": [