Advertisement
Guest User

karabiner-elements

a guest
Jun 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.98 KB | None | 0 0
  1. {
  2.     "global": {
  3.         "check_for_updates_on_startup": true,
  4.         "show_in_menu_bar": false,
  5.         "show_profile_name_in_menu_bar": false
  6.     },
  7.     "profiles": [
  8.         {
  9.             "complex_modifications": {
  10.                 "parameters": {
  11.                     "basic.simultaneous_threshold_milliseconds": 50,
  12.                     "basic.to_delayed_action_delay_milliseconds": 500,
  13.                     "basic.to_if_alone_timeout_milliseconds": 1000,
  14.                     "basic.to_if_held_down_threshold_milliseconds": 500
  15.                 },
  16.                 "rules": [
  17.                     {
  18.                         "manipulators": [
  19.                             {
  20.                                 "description": "Change caps_lock to command+control+option+shift.",
  21.                                 "from": {
  22.                                     "key_code": "caps_lock",
  23.                                     "modifiers": {
  24.                                         "optional": [
  25.                                             "any"
  26.                                         ]
  27.                                     }
  28.                                 },
  29.                                 "to": [
  30.                                     {
  31.                                         "key_code": "left_command",
  32.                                         "modifiers": [
  33.                                             "left_control"
  34.                                         ]
  35.                                     }
  36.                                 ],
  37.                                 "type": "basic"
  38.                             }
  39.                         ]
  40.                     }
  41.                 ]
  42.             },
  43.             "devices": [],
  44.             "fn_function_keys": [
  45.                 {
  46.                     "from": {
  47.                         "key_code": "f1"
  48.                     },
  49.                     "to": {
  50.                         "consumer_key_code": "display_brightness_decrement"
  51.                     }
  52.                 },
  53.                 {
  54.                     "from": {
  55.                         "key_code": "f2"
  56.                     },
  57.                     "to": {
  58.                         "consumer_key_code": "display_brightness_increment"
  59.                     }
  60.                 },
  61.                 {
  62.                     "from": {
  63.                         "key_code": "f3"
  64.                     },
  65.                     "to": {
  66.                         "key_code": "f3"
  67.                     }
  68.                 },
  69.                 {
  70.                     "from": {
  71.                         "key_code": "f4"
  72.                     },
  73.                     "to": {
  74.                         "key_code": "f4"
  75.                     }
  76.                 },
  77.                 {
  78.                     "from": {
  79.                         "key_code": "f5"
  80.                     },
  81.                     "to": {
  82.                         "key_code": "illumination_decrement"
  83.                     }
  84.                 },
  85.                 {
  86.                     "from": {
  87.                         "key_code": "f6"
  88.                     },
  89.                     "to": {
  90.                         "key_code": "illumination_increment"
  91.                     }
  92.                 },
  93.                 {
  94.                     "from": {
  95.                         "key_code": "f7"
  96.                     },
  97.                     "to": {
  98.                         "consumer_key_code": "rewind"
  99.                     }
  100.                 },
  101.                 {
  102.                     "from": {
  103.                         "key_code": "f8"
  104.                     },
  105.                     "to": {
  106.                         "consumer_key_code": "play_or_pause"
  107.                     }
  108.                 },
  109.                 {
  110.                     "from": {
  111.                         "key_code": "f9"
  112.                     },
  113.                     "to": {
  114.                         "consumer_key_code": "fastforward"
  115.                     }
  116.                 },
  117.                 {
  118.                     "from": {
  119.                         "key_code": "f10"
  120.                     },
  121.                     "to": {
  122.                         "consumer_key_code": "mute"
  123.                     }
  124.                 },
  125.                 {
  126.                     "from": {
  127.                         "key_code": "f11"
  128.                     },
  129.                     "to": {
  130.                         "consumer_key_code": "volume_decrement"
  131.                     }
  132.                 },
  133.                 {
  134.                     "from": {
  135.                         "key_code": "f12"
  136.                     },
  137.                     "to": {
  138.                         "consumer_key_code": "volume_increment"
  139.                     }
  140.                 }
  141.             ],
  142.             "name": "Default profile",
  143.             "selected": true,
  144.             "simple_modifications": [],
  145.             "virtual_hid_keyboard": {
  146.                 "caps_lock_delay_milliseconds": 0,
  147.                 "country_code": 0,
  148.                 "keyboard_type": "ansi"
  149.             }
  150.         }
  151.     ]
  152. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement