Touch controls: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
(Updated for v20)
 
(17 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{mininav|[[General topics]]|[[Remote controls]]}}
{{mininav|[[Remote controls]]}}
{{Gotham}}


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]].
<section begin="intro" />Touch gestures can be used to control {{kodi}} on touch screen type devices such as those for Android and iOS and is installed preconfigured with default touch actions.<section end="intro" />


== Default controls ==
Gestures currently support a max of two fingers on Android. iOS supports three fingers.
;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
= Default controls =
* Zoom in/out on picture - Pinch in/out
A list of the default controls for '''v20 - Nexus''' can be found at the following link
* Rotate picture - Two finger rotate
{{github_link|[https://github.com/xbmc/xbmc/blob/Nexus/system/keymaps/touchscreen.xml v20 Nexus - touchscreen.xml ]}}


== Misc notes ==
* Gestures currently only support a max of two fingers, but three, four, etc finger gestures could possibly be added in the future.


A list of the default controls for the current '''Master''' branch can be found at the following link
{{github_link|[https://github.com/xbmc/xbmc/blob/master/system/keymaps/touchscreen.xml Master Branch - touchscreen.xml ]}}
{{updated|20}}
[[Category:Apple]]
[[Category:Android]]
[[Category:Remotes]]
[[Category:Remotes]]
[[Category:XBMC Manual]]
[[Category:Karellen]]
[[Category:IOS]]
[[Category:Android]]

Latest revision as of 09:21, 17 January 2023

Home icon grey.png   ▶ Remote controls ▶ Touch controls

Touch gestures can be used to control Kodi on touch screen type devices such as those for Android and iOS and is installed preconfigured with default touch actions.

Gestures currently support a max of two fingers on Android. iOS supports three fingers.


Default controls

A list of the default controls for v20 - Nexus can be found at the following link

Github Logo.png v20 Nexus - touchscreen.xml


A list of the default controls for the current Master branch can be found at the following link

Github Logo.png Master Branch - touchscreen.xml