Guest User

Untitled

a guest
Apr 23rd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. {
  2. "title": "Thinkpad keyboard",
  3. "rules": [
  4. {
  5. "description": "Button3 => Cmd + Button3",
  6. "manipulators": [
  7. { "type": "basic",
  8. "from": {
  9. "pointing_button": "button3"
  10. }
  11. },
  12. { "type": "basic",
  13. "from": {
  14. "pointing_button": "button3",
  15. "modifiers": { "mandatory": [ "command" ] }
  16. },
  17. "to": [
  18. { "pointing_button": "button3" }
  19. ]
  20. }
  21. ]
  22. }
  23. ]
  24. }
Add Comment
Please, Sign In to add comment