aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorDarren-Hill <Darren-Hill@users.noreply.github.com>2019-05-11 16:18:52 +0100
committerDarren <darrenhill@kodi.tv>2019-05-15 21:50:11 +0100
commit3ca6e1cacb80ca8e6ad2abbd6ba3354f1ed9eb24 (patch)
tree23480c103d6480475dbc09280685fd5b3de64609 /system
parentca637ad20db3a34b3c4e4d132b0b9fc4f6261c70 (diff)
Blade menu access for touchscreens
Adds two-finger right swipe for access to the blade menu on touchscreens.
Diffstat (limited to 'system')
-rw-r--r--system/keymaps/touchscreen.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/keymaps/touchscreen.xml b/system/keymaps/touchscreen.xml
index 1d59035645..56a42c842c 100644
--- a/system/keymaps/touchscreen.xml
+++ b/system/keymaps/touchscreen.xml
@@ -30,6 +30,7 @@
<swipe direction="left">SwipeLeft</swipe>
<swipe direction="left" pointers="2">Back</swipe>
<swipe direction="right">SwipeRight</swipe>
+ <swipe direction="right" pointers="2">Menu</swipe> <!-- Easier access to the side blade menu on touchscreens. -->
<swipe direction="up">SwipeUp</swipe>
<swipe direction="down">SwipeDown</swipe>
<swipe direction="up" pointers="3">SwitchPlayer</swipe>