diff options
author | Memphiz <memphis@machzwo.de> | 2017-02-06 22:51:24 +0100 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2017-02-06 22:53:42 +0100 |
commit | c3f2d39525b9c862f44e2bfc44b525d5790948f9 (patch) | |
tree | 79c9a302f273031304e3d0be474c6fab775d6c1c /system | |
parent | 7dfdd9030bd74ce5371c8f115e82eafc52ad2333 (diff) |
[touchscreen/pictures] - allow to back out from fullscreen picture mode by mapping longpress
Diffstat (limited to 'system')
-rw-r--r-- | system/keymaps/touchscreen.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/keymaps/touchscreen.xml b/system/keymaps/touchscreen.xml index fee4eb4ad2..1d59035645 100644 --- a/system/keymaps/touchscreen.xml +++ b/system/keymaps/touchscreen.xml @@ -88,6 +88,7 @@ <swipe direction="left" pointers="2">NextPicture</swipe> <tap pointers="2">Pause</tap> <tap pointers="3">Info</tap> + <longpress>Back</longpress> </touch> </SlideShow> <ScreenCalibration> |