diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2017-03-28 19:10:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-28 19:10:46 +0200 |
commit | 6ad2416c97f67041bd8c4ac7607652b76fa1c8c0 (patch) | |
tree | dfd9b8f056598194e8f21455aa84414cae07cb05 /system | |
parent | 0d045d00d5eb42488fea7fe6a95c0b3bd96c2cf7 (diff) | |
parent | c3f2d39525b9c862f44e2bfc44b525d5790948f9 (diff) |
Merge pull request #11625 from Memphiz/ios_fix_touchscreen_mapping
[touchscreen/pictures] - allow to back out from fullscreen picture mo…
Diffstat (limited to 'system')
-rw-r--r-- | system/keymaps/touchscreen.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/keymaps/touchscreen.xml b/system/keymaps/touchscreen.xml index fee4eb4ad2..1d59035645 100644 --- a/system/keymaps/touchscreen.xml +++ b/system/keymaps/touchscreen.xml @@ -88,6 +88,7 @@ <swipe direction="left" pointers="2">NextPicture</swipe> <tap pointers="2">Pause</tap> <tap pointers="3">Info</tap> + <longpress>Back</longpress> </touch> </SlideShow> <ScreenCalibration> |