Add some fullscreen video controls to touchscreen.xml
authorNedScott <ned@nedscott.com>
Sat, 14 Dec 2013 12:05:52 +0000 (05:05 -0700)
committerJonathan Marshall <jmarshall@xbmc.org>
Sun, 5 Jan 2014 03:31:41 +0000 (16:31 +1300)
Mirrors directional controls of a remote to give some added functionality in fullscreen video:

Swipe left -> StepBack
Swipe right -> StepForward
Swipe up -> ChapterOrBigStepForward
Swipe down -> ChapterOrBigStepBack
Two-finger swipe left -> SmallStepBack

system/keymaps/touchscreen.xml

index 9c90e6f..a1afc90 100644 (file)
       <swipe direction="down">SwipeDown</swipe>
     </touch>
   </global>
+  <FullScreenVideo>
+    <touch>
+      <swipe direction="left">StepBack</swipe>
+      <swipe direction="right">StepForward</swipe>
+      <swipe direction="up">ChapterOrBigStepForward</swipe>
+      <swipe direction="down">ChapterOrBigStepBack</swipe>
+      <swipe direction="left" pointers="2">SmallStepBack</swipe>
+    </touch>
+  </FullScreenVideo>
   <SlideShow>
     <touch>
       <zoom>ZoomGesture</zoom>