diff options
author | Rechi <Rechi@users.noreply.github.com> | 2017-01-28 15:15:40 +0100 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2017-01-28 15:15:40 +0100 |
commit | 45ef4c8ee12711a3962627cc135317e9e65f1ab4 (patch) | |
tree | 38aabacd03019decf73021b3d9db174de59a57bf /system/keymaps | |
parent | 484214851b464ea81291e885a40c695eb5c7c336 (diff) |
Fix Trac 17273 by disabling lonpress-mapping in VirtualKeyboard
Diffstat (limited to 'system/keymaps')
-rw-r--r-- | system/keymaps/keyboard.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/keymaps/keyboard.xml b/system/keymaps/keyboard.xml index 0db5d7d9cb..eefa1dd0d2 100644 --- a/system/keymaps/keyboard.xml +++ b/system/keymaps/keyboard.xml @@ -183,6 +183,7 @@ </Home> <VirtualKeyboard> <keyboard> + <c mod="longpress">noop</c> <left>Left</left> <right>Right</right> <up>Up</up> |