Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. [
  2. {
  3. "label": "default panel",
  4. "button_panels": [
  5. {
  6. "label": "default buttons panel",
  7. "buttons": [
  8. {
  9. "label": "L Click",
  10. "price": 0,
  11. "command": "LEFTCLICK",
  12. "keycode": 90
  13. },
  14. {
  15. "label": "R Click",
  16. "price": 0,
  17. "command": "RIGHTCLICK",
  18. "keycode": 88
  19. },
  20. {
  21. "label": "left",
  22. "price": 0,
  23. "command": "L",
  24. "keycode": 37
  25. },
  26. {
  27. "label": "right",
  28. "price": 0,
  29. "command": "R",
  30. "keycode": 39
  31. },
  32. {
  33. "label": "forward",
  34. "price": 0,
  35. "command": "F",
  36. "keycode": 38
  37. },
  38. {
  39. "label": "back",
  40. "price": 0,
  41. "command": "B",
  42. "keycode": 40
  43. },
  44. {
  45. "label": "M Up",
  46. "price": 0,
  47. "command": "MOUSEUP",
  48. "keycode": 73
  49. },
  50. {
  51. "label": "M Down",
  52. "price": 0,
  53. "command": "MOUSEDOWN",
  54. "keycode": 75
  55. },
  56. {
  57. "label": "M Left",
  58. "price": 0,
  59. "command": "MOUSELEFT",
  60. "keycode": 74
  61. },
  62. {
  63. "label": "M Right",
  64. "price": 0,
  65. "command": "MOUSERIGHT",
  66. "keycode": 76
  67. }
  68. ]
  69. }
  70. ]
  71. }
  72. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement