Merge pull request #4791 from jmarshallnz/playlist_settings
[vuplus_xbmc] / system / keymaps / touchscreen.xml
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">StepBack</swipe>
19       <swipe direction="right">StepForward</swipe>
20       <swipe direction="up">ChapterOrBigStepForward</swipe>
21       <swipe direction="down">ChapterOrBigStepBack</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   <MyFiles>
32     <touch>
33       <tap>Select</tap>
34       <swipe direction="left">Highlight</swipe>
35       <swipe direction="right">Highlight</swipe>
36     </touch>
37   </MyFiles>
38 </keymap>