diff options
-rw-r--r-- | system/keymaps/touchscreen.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/keymaps/touchscreen.xml b/system/keymaps/touchscreen.xml index a1afc909d6..cebc1abaa6 100644 --- a/system/keymaps/touchscreen.xml +++ b/system/keymaps/touchscreen.xml @@ -28,4 +28,11 @@ <rotate>RotateGesture</rotate> </touch> </SlideShow> + <MyFiles> + <touch> + <tap>Select</tap> + <swipe direction="left">Highlight</swipe> + <swipe direction="right">Highlight</swipe> + </touch> + </MyFiles> </keymap> |