Advertisement
Guest User

Untitled

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