dotfiles files and stuff

karabiner: most recent settings

Changed files
+39 -302
karabiner
+39 -302
karabiner/karabiner.json
··· 1 1 { 2 - "global": { 3 - "check_for_updates_on_startup": true, 4 - "show_in_menu_bar": true, 5 - "show_profile_name_in_menu_bar": false 6 - }, 7 2 "profiles": [ 8 3 { 9 4 "complex_modifications": { 10 5 "parameters": { 11 6 "basic.simultaneous_threshold_milliseconds": 10, 12 7 "basic.to_delayed_action_delay_milliseconds": 250, 13 - "basic.to_if_alone_timeout_milliseconds": 1000, 14 - "basic.to_if_held_down_threshold_milliseconds": 250, 15 - "mouse_motion_to_scroll.speed": 100 8 + "basic.to_if_held_down_threshold_milliseconds": 250 16 9 }, 17 10 "rules": [ 18 11 { ··· 20 13 "manipulators": [ 21 14 { 22 15 "from": { 23 - "modifiers": { 24 - "optional": [ 25 - "any" 26 - ] 27 - }, 16 + "modifiers": { "optional": ["any"] }, 28 17 "simultaneous": [ 29 - { 30 - "key_code": "left_shift" 31 - }, 32 - { 33 - "key_code": "right_shift" 34 - } 18 + { "key_code": "left_shift" }, 19 + { "key_code": "right_shift" } 35 20 ] 36 21 }, 37 - "to": [ 38 - { 39 - "key_code": "caps_lock" 40 - } 41 - ], 22 + "to": [{ "key_code": "caps_lock" }], 42 23 "type": "basic" 43 24 } 44 25 ] ··· 49 30 { 50 31 "from": { 51 32 "key_code": "caps_lock", 52 - "modifiers": { 53 - "optional": [ 54 - "any" 55 - ] 56 - } 33 + "modifiers": { "optional": ["any"] } 57 34 }, 58 - "to": [ 59 - { 60 - "key_code": "left_control" 61 - } 62 - ], 63 - "to_if_alone": [ 64 - { 65 - "key_code": "escape" 66 - } 67 - ], 35 + "to": [{ "key_code": "left_control" }], 36 + "to_if_alone": [{ "key_code": "escape" }], 68 37 "type": "basic" 69 38 } 70 39 ] ··· 75 44 { 76 45 "from": { 77 46 "key_code": "period", 78 - "modifiers": { 79 - "mandatory": [ 80 - "control" 81 - ] 82 - } 47 + "modifiers": { "mandatory": ["control"] } 83 48 }, 84 49 "to": [ 85 50 { 86 51 "key_code": "page_up", 87 - "modifiers": [ 88 - "control" 89 - ] 52 + "modifiers": ["control"] 90 53 } 91 54 ], 92 55 "type": "basic" ··· 94 57 { 95 58 "from": { 96 59 "key_code": "slash", 97 - "modifiers": { 98 - "mandatory": [ 99 - "control" 100 - ] 101 - } 60 + "modifiers": { "mandatory": ["control"] } 102 61 }, 103 62 "to": [ 104 63 { 105 64 "key_code": "page_down", 106 - "modifiers": [ 107 - "control" 108 - ] 65 + "modifiers": ["control"] 109 66 } 110 67 ], 111 68 "type": "basic" ··· 119 76 "from": { 120 77 "key_code": "h", 121 78 "modifiers": { 122 - "mandatory": [ 123 - "left_control", 124 - "left_command" 125 - ], 126 - "optional": [ 127 - "any" 128 - ] 79 + "mandatory": ["left_control", "left_command"], 80 + "optional": ["any"] 129 81 } 130 82 }, 131 - "to": [ 132 - { 133 - "key_code": "left_arrow" 134 - } 135 - ], 83 + "to": [{ "key_code": "left_arrow" }], 136 84 "type": "basic" 137 85 }, 138 86 { 139 87 "from": { 140 88 "key_code": "j", 141 89 "modifiers": { 142 - "mandatory": [ 143 - "left_control", 144 - "left_command" 145 - ], 146 - "optional": [ 147 - "any" 148 - ] 90 + "mandatory": ["left_control", "left_command"], 91 + "optional": ["any"] 149 92 } 150 93 }, 151 - "to": [ 152 - { 153 - "key_code": "down_arrow" 154 - } 155 - ], 94 + "to": [{ "key_code": "down_arrow" }], 156 95 "type": "basic" 157 96 }, 158 97 { 159 98 "from": { 160 99 "key_code": "k", 161 100 "modifiers": { 162 - "mandatory": [ 163 - "left_control", 164 - "left_command" 165 - ], 166 - "optional": [ 167 - "any" 168 - ] 101 + "mandatory": ["left_control", "left_command"], 102 + "optional": ["any"] 169 103 } 170 104 }, 171 - "to": [ 172 - { 173 - "key_code": "up_arrow" 174 - } 175 - ], 105 + "to": [{ "key_code": "up_arrow" }], 176 106 "type": "basic" 177 107 }, 178 108 { 179 109 "from": { 180 110 "key_code": "l", 181 111 "modifiers": { 182 - "mandatory": [ 183 - "left_control", 184 - "left_command" 185 - ], 186 - "optional": [ 187 - "any" 188 - ] 112 + "mandatory": ["left_control", "left_command"], 113 + "optional": ["any"] 189 114 } 190 115 }, 191 - "to": [ 192 - { 193 - "key_code": "right_arrow" 194 - } 195 - ], 116 + "to": [{ "key_code": "right_arrow" }], 196 117 "type": "basic" 197 118 } 198 119 ] ··· 201 122 }, 202 123 "devices": [ 203 124 { 204 - "disable_built_in_keyboard_if_exists": false, 205 - "fn_function_keys": [], 206 125 "identifiers": { 207 126 "is_keyboard": true, 208 - "is_pointing_device": false, 209 127 "product_id": 26124, 210 128 "vendor_id": 65261 211 129 }, 212 - "ignore": false, 213 - "manipulate_caps_lock_led": true, 214 130 "simple_modifications": [ 215 131 { 216 - "from": { 217 - "key_code": "escape" 218 - }, 219 - "to": [ 220 - { 221 - "key_code": "grave_accent_and_tilde" 222 - } 223 - ] 132 + "from": { "key_code": "escape" }, 133 + "to": [{ "key_code": "grave_accent_and_tilde" }] 224 134 }, 225 135 { 226 - "from": { 227 - "key_code": "left_command" 228 - }, 229 - "to": [ 230 - { 231 - "key_code": "left_option" 232 - } 233 - ] 136 + "from": { "key_code": "left_command" }, 137 + "to": [{ "key_code": "left_option" }] 234 138 }, 235 139 { 236 - "from": { 237 - "key_code": "left_option" 238 - }, 239 - "to": [ 240 - { 241 - "key_code": "left_command" 242 - } 243 - ] 140 + "from": { "key_code": "left_option" }, 141 + "to": [{ "key_code": "left_command" }] 244 142 } 245 143 ] 246 144 }, 247 145 { 248 - "disable_built_in_keyboard_if_exists": false, 249 - "fn_function_keys": [], 250 146 "identifiers": { 251 147 "is_keyboard": true, 252 - "is_pointing_device": false, 253 148 "product_id": 26124, 254 149 "vendor_id": 18515 255 150 }, 256 - "ignore": false, 257 - "manipulate_caps_lock_led": true, 258 151 "simple_modifications": [ 259 152 { 260 - "from": { 261 - "key_code": "left_command" 262 - }, 263 - "to": [ 264 - { 265 - "key_code": "left_option" 266 - } 267 - ] 153 + "from": { "key_code": "left_command" }, 154 + "to": [{ "key_code": "left_option" }] 268 155 }, 269 156 { 270 - "from": { 271 - "key_code": "left_option" 272 - }, 273 - "to": [ 274 - { 275 - "key_code": "left_command" 276 - } 277 - ] 157 + "from": { "key_code": "left_option" }, 158 + "to": [{ "key_code": "left_command" }] 278 159 } 279 160 ] 280 161 }, 281 162 { 282 - "disable_built_in_keyboard_if_exists": false, 283 - "fn_function_keys": [], 284 163 "identifiers": { 285 164 "is_keyboard": true, 286 - "is_pointing_device": false, 287 165 "product_id": 39, 288 166 "vendor_id": 9494 289 167 }, 290 - "ignore": false, 291 - "manipulate_caps_lock_led": true, 292 168 "simple_modifications": [ 293 169 { 294 - "from": { 295 - "key_code": "left_command" 296 - }, 297 - "to": [ 298 - { 299 - "key_code": "left_option" 300 - } 301 - ] 170 + "from": { "key_code": "left_command" }, 171 + "to": [{ "key_code": "left_option" }] 302 172 }, 303 173 { 304 - "from": { 305 - "key_code": "left_option" 306 - }, 307 - "to": [ 308 - { 309 - "key_code": "left_command" 310 - } 311 - ] 312 - } 313 - ] 314 - } 315 - ], 316 - "fn_function_keys": [ 317 - { 318 - "from": { 319 - "key_code": "f1" 320 - }, 321 - "to": [ 322 - { 323 - "consumer_key_code": "display_brightness_decrement" 324 - } 325 - ] 326 - }, 327 - { 328 - "from": { 329 - "key_code": "f2" 330 - }, 331 - "to": [ 332 - { 333 - "consumer_key_code": "display_brightness_increment" 334 - } 335 - ] 336 - }, 337 - { 338 - "from": { 339 - "key_code": "f3" 340 - }, 341 - "to": [ 342 - { 343 - "apple_vendor_keyboard_key_code": "mission_control" 344 - } 345 - ] 346 - }, 347 - { 348 - "from": { 349 - "key_code": "f4" 350 - }, 351 - "to": [ 352 - { 353 - "apple_vendor_keyboard_key_code": "spotlight" 354 - } 355 - ] 356 - }, 357 - { 358 - "from": { 359 - "key_code": "f5" 360 - }, 361 - "to": [ 362 - { 363 - "consumer_key_code": "dictation" 364 - } 365 - ] 366 - }, 367 - { 368 - "from": { 369 - "key_code": "f6" 370 - }, 371 - "to": [ 372 - { 373 - "key_code": "f6" 374 - } 375 - ] 376 - }, 377 - { 378 - "from": { 379 - "key_code": "f7" 380 - }, 381 - "to": [ 382 - { 383 - "consumer_key_code": "rewind" 384 - } 385 - ] 386 - }, 387 - { 388 - "from": { 389 - "key_code": "f8" 390 - }, 391 - "to": [ 392 - { 393 - "consumer_key_code": "play_or_pause" 394 - } 395 - ] 396 - }, 397 - { 398 - "from": { 399 - "key_code": "f9" 400 - }, 401 - "to": [ 402 - { 403 - "consumer_key_code": "fast_forward" 404 - } 405 - ] 406 - }, 407 - { 408 - "from": { 409 - "key_code": "f10" 410 - }, 411 - "to": [ 412 - { 413 - "consumer_key_code": "mute" 414 - } 415 - ] 416 - }, 417 - { 418 - "from": { 419 - "key_code": "f11" 420 - }, 421 - "to": [ 422 - { 423 - "consumer_key_code": "volume_decrement" 424 - } 425 - ] 426 - }, 427 - { 428 - "from": { 429 - "key_code": "f12" 430 - }, 431 - "to": [ 432 - { 433 - "consumer_key_code": "volume_increment" 174 + "from": { "key_code": "left_option" }, 175 + "to": [{ "key_code": "left_command" }] 434 176 } 435 177 ] 436 178 } 437 179 ], 438 180 "name": "Default profile", 439 - "parameters": { 440 - "delay_milliseconds_before_open_device": 1000 441 - }, 442 181 "selected": true, 443 - "simple_modifications": [], 444 182 "virtual_hid_keyboard": { 445 183 "country_code": 0, 446 - "indicate_sticky_modifier_keys_state": true, 447 - "mouse_key_xy_scale": 100 184 + "keyboard_type_v2": "ansi" 448 185 } 449 186 } 450 187 ]