Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.25 KB | None | 0 0
  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. "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. "mouse_motion_to_scroll.speed": 100
  16. },
  17. "rules": [
  18. {
  19. "description": "Cmd + Esc => Cmd + `",
  20. "manipulators": [
  21. {
  22. "from": {
  23. "key_code": "escape",
  24. "modifiers": {
  25. "mandatory": [
  26. "left_command"
  27. ]
  28. }
  29. },
  30. "to": [
  31. {
  32. "key_code": "grave_accent_and_tilde",
  33. "modifiers": [
  34. "left_command"
  35. ]
  36. }
  37. ],
  38. "type": "basic"
  39. },
  40. {
  41. "from": {
  42. "key_code": "escape",
  43. "modifiers": {
  44. "mandatory": [
  45. "right_command"
  46. ]
  47. }
  48. },
  49. "to": [
  50. {
  51. "key_code": "grave_accent_and_tilde",
  52. "modifiers": [
  53. "right_command"
  54. ]
  55. }
  56. ],
  57. "type": "basic"
  58. }
  59. ]
  60. }
  61. ]
  62. },
  63. "devices": [
  64. {
  65. "disable_built_in_keyboard_if_exists": false,
  66. "fn_function_keys": [],
  67. "identifiers": {
  68. "is_keyboard": true,
  69. "is_pointing_device": false,
  70. "product_id": 34050,
  71. "vendor_id": 2652
  72. },
  73. "ignore": false,
  74. "manipulate_caps_lock_led": false,
  75. "simple_modifications": [
  76. {
  77. "from": {
  78. "key_code": "application"
  79. },
  80. "to": {
  81. "key_code": "right_option"
  82. }
  83. },
  84. {
  85. "from": {
  86. "key_code": "left_command"
  87. },
  88. "to": {
  89. "key_code": "left_option"
  90. }
  91. },
  92. {
  93. "from": {
  94. "key_code": "left_option"
  95. },
  96. "to": {
  97. "key_code": "left_command"
  98. }
  99. },
  100. {
  101. "from": {
  102. "key_code": "right_option"
  103. },
  104. "to": {
  105. "key_code": "right_command"
  106. }
  107. }
  108. ]
  109. }
  110. ],
  111. "fn_function_keys": [
  112. {
  113. "from": {
  114. "key_code": "f1"
  115. },
  116. "to": {
  117. "consumer_key_code": "display_brightness_decrement"
  118. }
  119. },
  120. {
  121. "from": {
  122. "key_code": "f2"
  123. },
  124. "to": {
  125. "consumer_key_code": "display_brightness_increment"
  126. }
  127. },
  128. {
  129. "from": {
  130. "key_code": "f3"
  131. },
  132. "to": {
  133. "key_code": "mission_control"
  134. }
  135. },
  136. {
  137. "from": {
  138. "key_code": "f4"
  139. },
  140. "to": {
  141. "key_code": "launchpad"
  142. }
  143. },
  144. {
  145. "from": {
  146. "key_code": "f5"
  147. },
  148. "to": {
  149. "key_code": "illumination_decrement"
  150. }
  151. },
  152. {
  153. "from": {
  154. "key_code": "f6"
  155. },
  156. "to": {
  157. "key_code": "illumination_decrement"
  158. }
  159. },
  160. {
  161. "from": {
  162. "key_code": "f7"
  163. },
  164. "to": {
  165. "consumer_key_code": "rewind"
  166. }
  167. },
  168. {
  169. "from": {
  170. "key_code": "f8"
  171. },
  172. "to": {
  173. "consumer_key_code": "play_or_pause"
  174. }
  175. },
  176. {
  177. "from": {
  178. "key_code": "f9"
  179. },
  180. "to": {
  181. "consumer_key_code": "fastforward"
  182. }
  183. },
  184. {
  185. "from": {
  186. "key_code": "f10"
  187. },
  188. "to": {
  189. "consumer_key_code": "mute"
  190. }
  191. },
  192. {
  193. "from": {
  194. "key_code": "f11"
  195. },
  196. "to": {
  197. "consumer_key_code": "volume_decrement"
  198. }
  199. },
  200. {
  201. "from": {
  202. "key_code": "f12"
  203. },
  204. "to": {
  205. "consumer_key_code": "volume_increment"
  206. }
  207. }
  208. ],
  209. "name": "macbook",
  210. "parameters": {
  211. "delay_milliseconds_before_open_device": 1000
  212. },
  213. "selected": true,
  214. "simple_modifications": [
  215. {
  216. "from": {
  217. "key_code": "f10"
  218. },
  219. "to": {
  220. "consumer_key_code": "mute"
  221. }
  222. },
  223. {
  224. "from": {
  225. "key_code": "f11"
  226. },
  227. "to": {
  228. "consumer_key_code": "volume_decrement"
  229. }
  230. },
  231. {
  232. "from": {
  233. "key_code": "f12"
  234. },
  235. "to": {
  236. "consumer_key_code": "volume_increment"
  237. }
  238. }
  239. ],
  240. "virtual_hid_keyboard": {
  241. "country_code": 0,
  242. "mouse_key_xy_scale": 100
  243. }
  244. }
  245. ]
  246. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement