diff options
author | Memphiz <memphis@machzwo.de> | 2015-05-09 19:21:14 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2015-05-09 19:21:14 +0200 |
commit | b9f14771a22f0f656c453a0c2da6fa4a52bdd5d1 (patch) | |
tree | 447cdedeb01c376111354717fa0a2198c828102d /system/keymaps | |
parent | a88928b2cabb392f0ace9fca8c5f9c1e15030d93 (diff) |
[keymaps/touchscreen] - add touchscreen mappings for WindowScreenCalibration
Diffstat (limited to 'system/keymaps')
-rw-r--r-- | system/keymaps/touchscreen.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/keymaps/touchscreen.xml b/system/keymaps/touchscreen.xml index bd47a89c7d..576fb273bd 100644 --- a/system/keymaps/touchscreen.xml +++ b/system/keymaps/touchscreen.xml @@ -43,4 +43,13 @@ <swipe direction="right">Highlight</swipe> </touch> </MyFiles> + <ScreenCalibration> + <touch> + <swipe direction="up">Up</swipe> + <swipe direction="down">Down</swipe> + <swipe direction="right">Right</swipe> + <swipe direction="left">Left</swipe> + <tap pointers="1">NextCalibration</tap> + </touch> + </ScreenCalibration> </keymap> |