diff options
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> |