Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 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. "devices": [
  10. {
  11. "disable_built_in_keyboard_if_exists": false,
  12. "identifiers": {
  13. "is_keyboard": true,
  14. "is_pointing_device": false,
  15. "product_id": 4611,
  16. "vendor_id": 65261
  17. },
  18. "ignore": true
  19. }
  20. ],
  21. "fn_function_keys": {
  22. "f1": "display_brightness_decrement",
  23. "f10": "mute",
  24. "f11": "volume_decrement",
  25. "f12": "volume_increment",
  26. "f2": "display_brightness_increment",
  27. "f3": "mission_control",
  28. "f4": "launchpad",
  29. "f5": "illumination_decrement",
  30. "f6": "illumination_increment",
  31. "f7": "rewind",
  32. "f8": "play_or_pause",
  33. "f9": "fastforward"
  34. },
  35. "name": "Default profile",
  36. "one_to_many_mappings": {
  37. "caps_lock": [
  38. "left_control",
  39. "left_shift",
  40. "left_option",
  41. "left_command"
  42. ]
  43. },
  44. "selected": true,
  45. "simple_modifications": {},
  46. "virtual_hid_keyboard": {
  47. "caps_lock_delay_milliseconds": 0,
  48. "keyboard_type": "ansi",
  49. "standalone_keys_delay_milliseconds": 0
  50. }
  51. }
  52. ]
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement