Guest User

Untitled

a guest
Nov 18th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.34 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.to_delayed_action_delay_milliseconds": 500,
  12. "basic.to_if_alone_timeout_milliseconds": 1000
  13. },
  14. "rules": [
  15. {
  16. "manipulators": [
  17. {
  18. "description": "Try to make Shift+Command do something useful",
  19. "from": {
  20. "key_code": "right_shift",
  21. "modifiers": {
  22. "manditory": [
  23. "right_command"
  24. ]
  25. }
  26. },
  27. "to": [
  28. {
  29. "key_code": "spacebar",
  30. "modifiers": [ "left_command" ]
  31. }
  32. ],
  33. "type": "basic"
  34. }
  35. ]
  36. },
  37. {
  38. "manipulators": [
  39. {
  40. "description": "Change caps_lock to command+control+option+shift.",
  41. "from": {
  42. "key_code": "caps_lock",
  43. "modifiers": {
  44. "optional": [
  45. "any"
  46. ]
  47. }
  48. },
  49. "to": [
  50. {
  51. "key_code": "left_shift",
  52. "modifiers": [
  53. "left_command",
  54. "left_control",
  55. "left_option"
  56. ]
  57. }
  58. ],
  59. "to_if_alone": [
  60. {
  61. "key_code": "escape",
  62. "modifiers": {
  63. "optional": [
  64. "any"
  65. ]
  66. }
  67. }
  68. ],
  69. "type": "basic"
  70. }
  71. ]
  72. }
  73. ]
  74. },
  75. "devices": [
  76. {
  77. "disable_built_in_keyboard_if_exists": false,
  78. "fn_function_keys": [],
  79. "identifiers": {
  80. "is_keyboard": true,
  81. "is_pointing_device": false,
  82. "product_id": 610,
  83. "vendor_id": 1452
  84. },
  85. "ignore": false,
  86. "manipulate_caps_lock_led": true,
  87. "simple_modifications": []
  88. },
  89. {
  90. "disable_built_in_keyboard_if_exists": false,
  91. "fn_function_keys": [],
  92. "identifiers": {
  93. "is_keyboard": true,
  94. "is_pointing_device": false,
  95. "product_id": 597,
  96. "vendor_id": 1452
  97. },
  98. "ignore": false,
  99. "manipulate_caps_lock_led": true,
  100. "simple_modifications": []
  101. }
  102. ],
  103. "fn_function_keys": [
  104. {
  105. "from": {
  106. "key_code": "f1"
  107. },
  108. "to": {
  109. "key_code": "vk_consumer_brightness_down"
  110. }
  111. },
  112. {
  113. "from": {
  114. "key_code": "f2"
  115. },
  116. "to": {
  117. "key_code": "vk_consumer_brightness_up"
  118. }
  119. },
  120. {
  121. "from": {
  122. "key_code": "f3"
  123. },
  124. "to": {
  125. "key_code": "vk_mission_control"
  126. }
  127. },
  128. {
  129. "from": {
  130. "key_code": "f4"
  131. },
  132. "to": {
  133. "key_code": "vk_launchpad"
  134. }
  135. },
  136. {
  137. "from": {
  138. "key_code": "f5"
  139. },
  140. "to": {
  141. "key_code": "vk_consumer_illumination_down"
  142. }
  143. },
  144. {
  145. "from": {
  146. "key_code": "f6"
  147. },
  148. "to": {
  149. "key_code": "vk_consumer_illumination_up"
  150. }
  151. },
  152. {
  153. "from": {
  154. "key_code": "f7"
  155. },
  156. "to": {
  157. "key_code": "vk_consumer_previous"
  158. }
  159. },
  160. {
  161. "from": {
  162. "key_code": "f8"
  163. },
  164. "to": {
  165. "key_code": "vk_consumer_play"
  166. }
  167. },
  168. {
  169. "from": {
  170. "key_code": "f9"
  171. },
  172. "to": {
  173. "key_code": "vk_consumer_next"
  174. }
  175. },
  176. {
  177. "from": {
  178. "key_code": "f10"
  179. },
  180. "to": {
  181. "key_code": "mute"
  182. }
  183. },
  184. {
  185. "from": {
  186. "key_code": "f11"
  187. },
  188. "to": {
  189. "key_code": "volume_down"
  190. }
  191. },
  192. {
  193. "from": {
  194. "key_code": "f12"
  195. },
  196. "to": {
  197. "key_code": "volume_up"
  198. }
  199. }
  200. ],
  201. "name": "Default profile",
  202. "one_to_many_mappings": {},
  203. "selected": true,
  204. "simple_modifications": [],
  205. "standalone_keys": {},
  206. "virtual_hid_keyboard": {
  207. "caps_lock_delay_milliseconds": 0,
  208. "keyboard_type": "ansi",
  209. "standalone_keys_delay_milliseconds": 200
  210. }
  211. }
  212. ]
  213. }
Add Comment
Please, Sign In to add comment