diff options
author | Chris "Koying" Browet <cbro@semperpax.com> | 2014-03-07 15:46:42 +0100 |
---|---|---|
committer | Chris "Koying" Browet <cbro@semperpax.com> | 2014-03-07 16:23:25 +0100 |
commit | b5fd604d2dac1e1210813bab93e40808afe727e4 (patch) | |
tree | 4cbb17780ec48b233551f13b4336d6dc569d060d /system/keymaps | |
parent | 28f60eda8a95d559048e1bcc280a42d92f4bf6db (diff) |
FIX: [touch] workaround double-click in file manager
Diffstat (limited to 'system/keymaps')
-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> |