aboutsummaryrefslogtreecommitdiff
path: root/system/keymaps/touchscreen.xml
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2013-01-31 22:40:12 +0100
committermontellese <montellese@xbmc.org>2013-03-05 21:08:27 +0100
commit967c20ba3940a7388bd79ade29ef9bdd2656e942 (patch)
treec6c309cb4adbfd38d4f3756a81e6e039abaccc1e /system/keymaps/touchscreen.xml
parentd0917762ce22dea3c3ebf92974eec77f20f9556a (diff)
[touch] add a mapping for 2 finger swipeleft (Back) as it was before on iOS because of lack of hw back button
Diffstat (limited to 'system/keymaps/touchscreen.xml')
-rw-r--r--system/keymaps/touchscreen.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/keymaps/touchscreen.xml b/system/keymaps/touchscreen.xml
index 6f49f8b406..340c4700b6 100644
--- a/system/keymaps/touchscreen.xml
+++ b/system/keymaps/touchscreen.xml
@@ -6,6 +6,7 @@
<tap pointers="2">RightClick</tap>
<pan>PanGesture</pan>
<swipe direction="left">SwipeLeft</swipe>
+ <swipe direction="left" pointers="2">Back</swipe>
<swipe direction="right">SwipeRight</swipe>
<swipe direction="up">SwipeUp</swipe>
<swipe direction="down">SwipeDown</swipe>