TechTablets › Forums › Cube Forums › Cube iWork10 Ultimate › Touchpad Setup as Mouse Can't Turn Gestures Off
- This topic has 6 replies, 7 voices, and was last updated 9 years, 5 months ago by
VinZz.
-
AuthorPosts
-
April 13, 2016 at 5:50 pm #33326
I’m also having the same issue with my chuwi hi10 and the gestures from the mouse are getting slightly annoying
April 13, 2016 at 7:54 pm #33346The multi touch gestures is controlled by the touchpad itself, so by:
- swiping two finger, it is sending CTRL + Mouse scroll up/down (pinch to zoom)
- swiping from top to bottom sending WIN+D (show desktop)
- swiping two finger left/right is ALT+TAB+Left/Right (show task)
- swiping from left to right sending WIN+TAB
- swiping from right to left sending WIN+A
- swiping from bottom to top sending WIN+B
You can verify it by using Keyboard Test Utility
The chip is made from chinese company Lizhi, which the website is very old to get some information. I also fails to get any oem driver that supports modification of this behavior.
The closest I found is this: http://tevyawashburn.com/post/how-to-disable-pinch-to-zoom-on-windows-10-7-8-8-1-in-chrome/
You can disable pinch to zoom gestures, but disabling WIN+D will definitely also disable WIN+D on all keyboard, which I also need.
April 19, 2016 at 5:06 pm #34287Thanks a lot for this, it was driving me crazy.
April 28, 2016 at 7:26 pm #35407I own a Chuwi Hi12 yet face the same problems. My solution was to turn off the corresponding keys (Win-D, etc.) completely. To do so I use AutoHotkey (https://autohotkey.com/) with the following script:
#D::
Return
#Tab::
Return
#A::
Return
#B::
Return
#Down::
Return
#Up::
ReturnMaybe this works for you as well.
May 1, 2016 at 11:57 am #35712+1
We need a proper driver to configure/disable theses damned gestures…
January 2, 2017 at 9:00 pm #59700I own a Chuwi Hi12 yet face the same problems. My solution was to turn off the corresponding keys (Win-D, etc.) completely. To do so I use AutoHotkey (https://autohotkey.com/) with the following script: #D:: Return #Tab:: Return #A:: Return #B:: Return #Down:: Return #Up:: Return Maybe this works for you as well.
Many thanks, it works perfectly !
I can finally use the touchpad !!!! -
AuthorPosts
- You must be logged in to reply to this topic.

