diff options
author | montellese <montellese@xbmc.org> | 2013-01-29 15:58:55 +0100 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2013-03-05 17:51:51 +0100 |
commit | 75f5c1e9fd75c55988c0b57fee2e86aaa834a469 (patch) | |
tree | a1d9467c7b092b3d3c0c8b6b74384a52a4faebc6 /system/keymaps/touchscreen.xml | |
parent | dc503eeb1cf5c2a4408232aa87619cc83148fb78 (diff) |
touch: add touch gesture detectors for pinch/zoom, rotate and swipe
Diffstat (limited to 'system/keymaps/touchscreen.xml')
-rw-r--r-- | system/keymaps/touchscreen.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/keymaps/touchscreen.xml b/system/keymaps/touchscreen.xml index fbd934c6b0..6f49f8b406 100644 --- a/system/keymaps/touchscreen.xml +++ b/system/keymaps/touchscreen.xml @@ -5,6 +5,10 @@ <longpress>RightClick</longpress> <tap pointers="2">RightClick</tap> <pan>PanGesture</pan> + <swipe direction="left">SwipeLeft</swipe> + <swipe direction="right">SwipeRight</swipe> + <swipe direction="up">SwipeUp</swipe> + <swipe direction="down">SwipeDown</swipe> </touch> </global> <SlideShow> |