Advertisement
Guest User

Untitled

a guest
Jan 9th, 2014
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <keymap>
  3. <global>
  4. <touch>
  5. <tap>LeftClick</tap>
  6. <longpress>RightClick</longpress>
  7. <tap pointers="2">RightClick</tap>
  8. <pan>PanGesture</pan>
  9. <swipe direction="left">SwipeLeft</swipe>
  10. <swipe direction="left" pointers="2">Back</swipe>
  11. <swipe direction="right">SwipeRight</swipe>
  12. <swipe direction="up">SwipeUp</swipe>
  13. <swipe direction="down">SwipeDown</swipe>
  14. </touch>
  15. </global>
  16. <FullScreenVideo>
  17. <touch>
  18. <swipe direction="left">Stop</swipe>
  19. <swipe direction="right">Pause</swipe>
  20. <swipe direction="up">VolumeUp</swipe>
  21. <swipe direction="down">VolumeDown</swipe>
  22. <swipe direction="left" pointers="2">SmallStepBack</swipe>
  23. </touch>
  24. </FullScreenVideo>
  25. <SlideShow>
  26. <touch>
  27. <zoom>ZoomGesture</zoom>
  28. <rotate>RotateGesture</rotate>
  29. </touch>
  30. </SlideShow>
  31. </keymap>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement