Advertisement
Guest User

Bypass Mac option bug

a guest
Dec 21st, 2024
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.90 KB | None | 0 0
  1. {
  2. "title": "Bypass Mac option bug",
  3. "rules": [
  4. {
  5. "description": "Bypass Mac option bug",
  6. "manipulators": [
  7. {
  8. "from": {
  9. "key_code": "a",
  10. "modifiers": { "mandatory": ["option"] }
  11. },
  12. "to": [
  13. { "key_code": "a", "modifiers": ["shift", "control"] }
  14. ],
  15. "type": "basic"
  16. },
  17. {
  18. "from": {
  19. "key_code": "b",
  20. "modifiers": { "mandatory": ["option"] }
  21. },
  22. "to": [
  23. { "key_code": "b", "modifiers": ["shift", "control"] }
  24. ],
  25. "type": "basic"
  26. },
  27. {
  28. "from": {
  29. "key_code": "c",
  30. "modifiers": { "mandatory": ["option"] }
  31. },
  32. "to": [
  33. { "key_code": "c", "modifiers": ["shift", "control"] }
  34. ],
  35. "type": "basic"
  36. },
  37. {
  38. "from": {
  39. "key_code": "d",
  40. "modifiers": { "mandatory": ["option"] }
  41. },
  42. "to": [
  43. { "key_code": "d", "modifiers": ["shift", "control"] }
  44. ],
  45. "type": "basic"
  46. },
  47. {
  48. "from": {
  49. "key_code": "e",
  50. "modifiers": { "mandatory": ["option"] }
  51. },
  52. "to": [
  53. { "key_code": "e", "modifiers": ["shift", "control"] }
  54. ],
  55. "type": "basic"
  56. },
  57. {
  58. "from": {
  59. "key_code": "f",
  60. "modifiers": { "mandatory": ["option"] }
  61. },
  62. "to": [
  63. { "key_code": "f", "modifiers": ["shift", "control"] }
  64. ],
  65. "type": "basic"
  66. },
  67. {
  68. "from": {
  69. "key_code": "g",
  70. "modifiers": { "mandatory": ["option"] }
  71. },
  72. "to": [
  73. { "key_code": "g", "modifiers": ["shift", "control"] }
  74. ],
  75. "type": "basic"
  76. },
  77. {
  78. "from": {
  79. "key_code": "h",
  80. "modifiers": { "mandatory": ["option"] }
  81. },
  82. "to": [
  83. { "key_code": "h", "modifiers": ["shift", "control"] }
  84. ],
  85. "type": "basic"
  86. },
  87. {
  88. "from": {
  89. "key_code": "i",
  90. "modifiers": { "mandatory": ["option"] }
  91. },
  92. "to": [
  93. { "key_code": "i", "modifiers": ["shift", "control"] }
  94. ],
  95. "type": "basic"
  96. },
  97. {
  98. "from": {
  99. "key_code": "j",
  100. "modifiers": { "mandatory": ["option"] }
  101. },
  102. "to": [
  103. { "key_code": "j", "modifiers": ["shift", "control"] }
  104. ],
  105. "type": "basic"
  106. },
  107. {
  108. "from": {
  109. "key_code": "k",
  110. "modifiers": { "mandatory": ["option"] }
  111. },
  112. "to": [
  113. { "key_code": "k", "modifiers": ["shift", "control"] }
  114. ],
  115. "type": "basic"
  116. },
  117. {
  118. "from": {
  119. "key_code": "l",
  120. "modifiers": { "mandatory": ["option"] }
  121. },
  122. "to": [
  123. { "key_code": "l", "modifiers": ["shift", "control"] }
  124. ],
  125. "type": "basic"
  126. },
  127. {
  128. "from": {
  129. "key_code": "m",
  130. "modifiers": { "mandatory": ["option"] }
  131. },
  132. "to": [
  133. { "key_code": "m", "modifiers": ["shift", "control"] }
  134. ],
  135. "type": "basic"
  136. },
  137. {
  138. "from": {
  139. "key_code": "n",
  140. "modifiers": { "mandatory": ["option"] }
  141. },
  142. "to": [
  143. { "key_code": "n", "modifiers": ["shift", "control"] }
  144. ],
  145. "type": "basic"
  146. },
  147. {
  148. "from": {
  149. "key_code": "o",
  150. "modifiers": { "mandatory": ["option"] }
  151. },
  152. "to": [
  153. { "key_code": "o", "modifiers": ["shift", "control"] }
  154. ],
  155. "type": "basic"
  156. },
  157. {
  158. "from": {
  159. "key_code": "p",
  160. "modifiers": { "mandatory": ["option"] }
  161. },
  162. "to": [
  163. { "key_code": "p", "modifiers": ["shift", "control"] }
  164. ],
  165. "type": "basic"
  166. },
  167. {
  168. "from": {
  169. "key_code": "q",
  170. "modifiers": { "mandatory": ["option"] }
  171. },
  172. "to": [
  173. { "key_code": "q", "modifiers": ["shift", "control"] }
  174. ],
  175. "type": "basic"
  176. },
  177. {
  178. "from": {
  179. "key_code": "r",
  180. "modifiers": { "mandatory": ["option"] }
  181. },
  182. "to": [
  183. { "key_code": "r", "modifiers": ["shift", "control"] }
  184. ],
  185. "type": "basic"
  186. },
  187. {
  188. "from": {
  189. "key_code": "s",
  190. "modifiers": { "mandatory": ["option"] }
  191. },
  192. "to": [
  193. { "key_code": "s", "modifiers": ["shift", "control"] }
  194. ],
  195. "type": "basic"
  196. },
  197. {
  198. "from": {
  199. "key_code": "t",
  200. "modifiers": { "mandatory": ["option"] }
  201. },
  202. "to": [
  203. { "key_code": "t", "modifiers": ["shift", "control"] }
  204. ],
  205. "type": "basic"
  206. },
  207. {
  208. "from": {
  209. "key_code": "u",
  210. "modifiers": { "mandatory": ["option"] }
  211. },
  212. "to": [
  213. { "key_code": "u", "modifiers": ["shift", "control"] }
  214. ],
  215. "type": "basic"
  216. },
  217. {
  218. "from": {
  219. "key_code": "v",
  220. "modifiers": { "mandatory": ["option"] }
  221. },
  222. "to": [
  223. { "key_code": "v", "modifiers": ["shift", "control"] }
  224. ],
  225. "type": "basic"
  226. },
  227. {
  228. "from": {
  229. "key_code": "w",
  230. "modifiers": { "mandatory": ["option"] }
  231. },
  232. "to": [
  233. { "key_code": "w", "modifiers": ["shift", "control"] }
  234. ],
  235. "type": "basic"
  236. },
  237. {
  238. "from": {
  239. "key_code": "x",
  240. "modifiers": { "mandatory": ["option"] }
  241. },
  242. "to": [
  243. { "key_code": "x", "modifiers": ["shift", "control"] }
  244. ],
  245. "type": "basic"
  246. },
  247. {
  248. "from": {
  249. "key_code": "y",
  250. "modifiers": { "mandatory": ["option"] }
  251. },
  252. "to": [
  253. { "key_code": "y", "modifiers": ["shift", "control"] }
  254. ],
  255. "type": "basic"
  256. },
  257. {
  258. "from": {
  259. "key_code": "z",
  260. "modifiers": { "mandatory": ["option"] }
  261. },
  262. "to": [
  263. { "key_code": "z", "modifiers": ["shift", "control"] }
  264. ],
  265. "type": "basic"
  266. },
  267. {
  268. "from": {
  269. "key_code": "1",
  270. "modifiers": { "mandatory": ["option"] }
  271. },
  272. "to": [
  273. { "key_code": "1", "modifiers": ["shift", "control"] }
  274. ],
  275. "type": "basic"
  276. },
  277. {
  278. "from": {
  279. "key_code": "2",
  280. "modifiers": { "mandatory": ["option"] }
  281. },
  282. "to": [
  283. { "key_code": "2", "modifiers": ["shift", "control"] }
  284. ],
  285. "type": "basic"
  286. },
  287. {
  288. "from": {
  289. "key_code": "3",
  290. "modifiers": { "mandatory": ["option"] }
  291. },
  292. "to": [
  293. { "key_code": "3", "modifiers": ["shift", "control"] }
  294. ],
  295. "type": "basic"
  296. },
  297. {
  298. "from": {
  299. "key_code": "4",
  300. "modifiers": { "mandatory": ["option"] }
  301. },
  302. "to": [
  303. { "key_code": "4", "modifiers": ["shift", "control"] }
  304. ],
  305. "type": "basic"
  306. },
  307. {
  308. "from": {
  309. "key_code": "5",
  310. "modifiers": { "mandatory": ["option"] }
  311. },
  312. "to": [
  313. { "key_code": "5", "modifiers": ["shift", "control"] }
  314. ],
  315. "type": "basic"
  316. },
  317. {
  318. "from": {
  319. "key_code": "6",
  320. "modifiers": { "mandatory": ["option"] }
  321. },
  322. "to": [
  323. { "key_code": "6", "modifiers": ["shift", "control"] }
  324. ],
  325. "type": "basic"
  326. },
  327. {
  328. "from": {
  329. "key_code": "7",
  330. "modifiers": { "mandatory": ["option"] }
  331. },
  332. "to": [
  333. { "key_code": "7", "modifiers": ["shift", "control"] }
  334. ],
  335. "type": "basic"
  336. },
  337. {
  338. "from": {
  339. "key_code": "8",
  340. "modifiers": { "mandatory": ["option"] }
  341. },
  342. "to": [
  343. { "key_code": "8", "modifiers": ["shift", "control"] }
  344. ],
  345. "type": "basic"
  346. },
  347. {
  348. "from": {
  349. "key_code": "9",
  350. "modifiers": { "mandatory": ["option"] }
  351. },
  352. "to": [
  353. { "key_code": "9", "modifiers": ["shift", "control"] }
  354. ],
  355. "type": "basic"
  356. }
  357. ]
  358. }
  359. ]
  360. }
  361.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement