diff options
author | jmarshallnz <jcmarsha@gmail.com> | 2014-03-11 09:14:48 +1300 |
---|---|---|
committer | Jonathan Marshall <jmarshall@xbmc.org> | 2014-03-11 12:15:41 +1300 |
commit | 00c64e1e6f7c7a30fe0a28dbeba66ca918898421 (patch) | |
tree | 38ad52c225903d64371b2d349fe5648aefb746db /system | |
parent | cc20be8e7c2b69de593dd435f81001a1454349c7 (diff) |
Merge pull request #4357 from koying/fixfilemgrdoubleclick
FIX: [touch] workaround double-click in file manager
Diffstat (limited to 'system')
-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> |