Advertisement
Bashwy

solution to useless button 4 and 5 in safari

Jun 20th, 2021
3,585
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. {
  2. "description": "useful button 4 and 5 in safari",
  3. "manipulators": [
  4. {
  5. "conditions": [
  6. {
  7. "bundle_identifiers": [
  8. "com.apple.Safari"
  9. ],
  10. "type": "frontmost_application_if"
  11. }
  12. ],
  13. "from": {
  14. "modifiers": {
  15. "optional": [
  16. "caps_lock"
  17. ]
  18. },
  19. "pointing_button": "button5"
  20. },
  21. "to": [
  22. {
  23. "key_code": "close_bracket",
  24. "lazy": false,
  25. "modifiers": [
  26. "right_gui"
  27. ],
  28. "repeat": true
  29. }
  30. ],
  31. "type": "basic"
  32. },
  33. {
  34. "conditions": [
  35. {
  36. "bundle_identifiers": [
  37. "com.apple.Safari"
  38. ],
  39. "type": "frontmost_application_if"
  40. }
  41. ],
  42. "from": {
  43. "modifiers": {
  44. "optional": [
  45. "caps_lock"
  46. ]
  47. },
  48. "pointing_button": "button4"
  49. },
  50. "to": [
  51. {
  52. "key_code": "open_bracket",
  53. "modifiers": [
  54. "right_gui"
  55. ],
  56. "repeat": true
  57. }
  58. ],
  59. "type": "basic"
  60. }
  61. ]
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement