Touch controls: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Bot: Automated text replacement (- XBMC + {{name}} ))
m (Robot: Substituting template: Name)
Line 1: Line 1:
{{mininav|[[Remote controls]]}}
{{mininav|[[Remote controls]]}}
<section begin="intro" />Touch screen devices, such as those for [[Android]] and [[iOS]], have a number of default functions and can also be modified using a [https://github.com/xbmc/xbmc/blob/master/system/keymaps/touchscreen.xml touchscreen.xml] [[keymap]]. The ability to change these controls with a keymap file was added in {{name}} v13 "Gotham".<section end="intro" />
<section begin="intro" />Touch screen devices, such as those for [[Android]] and [[iOS]], have a number of default functions and can also be modified using a [https://github.com/xbmc/xbmc/blob/master/system/keymaps/touchscreen.xml touchscreen.xml] [[keymap]]. The ability to change these controls with a keymap file was added in XBMC v13 "Gotham".<section end="intro" />


== Default controls ==
== Default controls ==

Revision as of 20:36, 5 June 2014

Home icon grey.png   ▶ Remote controls ▶ Touch controls

Touch screen devices, such as those for Android and iOS, have a number of default functions and can also be modified using a touchscreen.xml keymap. The ability to change these controls with a keymap file was added in XBMC v13 "Gotham".

Default controls

Global
  • Back - Two finger swipe to the left
  • Context menu - Single finger tap and hold or two finger tap
Fullscreen video
  • Step forward (+30 seconds) - Swipe to the right
  • Step back (-30 seconds) - Swipe to the left
  • Next chapter or big step forward (+10 minutes) - Swipe up
  • Previous chapter or big step back (-10 minutes) - Swipe down
  • Small step back (-7 seconds) - Two finger swipe to the left
Photo slideshow
  • Zoom in/out on picture - Pinch in/out
  • Rotate picture - Two finger rotate

Misc notes

  • Gestures currently only support a max of two fingers, but three, four, etc finger gestures could possibly be added in the future.
  • FullscreenVideo window only seems to work with one finger gestures, except for two finger to the left and two finger tap.