TechTablets › Forums › Chuwi Forums › Chuwi Hi12 Forum › SOFT Solution to disable/override Touchpad windows gestures
Tagged: Gesture, issues, solution, Touchpad, Voyo A1 Plius Ultimate
- This topic has 70 replies, 1 voice, and was last updated 5 years, 9 months ago by
JesDoias.
-
AuthorPosts
-
May 18, 2016 at 9:31 am #37805
That’s an interesting work-around. I found it helps to increase the mouse cursor speed in the mouse settings so you can move the mouse cursor a bigger distance with smaller movements on the pad so it’s easier to avoid the edges. I still get caught out when moving the cursor down the page if I get to close to the top of the pad it reduces the window from full screen to a smaller window.
May 18, 2016 at 10:26 am #37810I still get caught out when moving the cursor down the page if I get to close to the top of the pad it r
You can try using this method to override the swipe down from edge gesture that resize/restore the window.
May 18, 2016 at 11:00 am #37816wonderful…
I wonder if there is something for android too…
May 18, 2016 at 11:11 am #37820I have attached a compiled EXE to remove the annoying Swipe down resize windows gesture, also set the two finger scroll to inverted direction. See the attachment of the 1st post, feel free to try it out and report back if it works for you.
May 18, 2016 at 12:28 pm #37824Hi, thanks that’s a really useful workaround. Could you please document the script commands you used and how you compiled the executable? For instance I’d rather not invert the 2 fingers scrolling direction.
May 18, 2016 at 1:32 pm #37830Have a look at their website up there, they have a very detail documentation and tutorial. The download section has another bundle to compile your own executable, very details.
My script was listening to WinKey + Down (restore current window size) hotkey and override it with empty return command.
The invert scrolling part was listening to mouse scroll down and replace it with mouse scroll up, and doing the same with listening mouse scroll up and replace with scroll down.
May 18, 2016 at 6:05 pm #37852I tried your executable, and it works well. Thanks!
May 18, 2016 at 6:16 pm #37853Do we have just to unzip and put into startup folder?
Thanks
May 18, 2016 at 10:09 pm #37867Do we have just to unzip and put into startup folder? Thanks
Yes, you can. Or you can run it manually every time you start windows.
May 18, 2016 at 10:38 pm #37872wonderful… I wonder if there is something for android too…
I haven’t had the same issues in android as the touchpad is not as sensitive and you don’t get the same false triggers.
For those who need the path to start folder for Windows: C:\Users\”your user”\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
@Mickey, can you compile another same as the first but with pinch & zoom also disabled?
May 19, 2016 at 3:40 am #37880can you compile another same as the first but with pinch & zoom also disabled?
There seems to be a bug/or unknown problem when using the AutoHotKey script that, intercepting both “pinch & zoom” and “restore window size (swipe down from edge)” at the same time will end up ignoring the “pinch & zoom command”. I can compile just ignoring the “pinch & zoom”, but you will lose “restore window size” override.
It could be me couldn’t figure a way to make both of them working together. Please read the tutorial if you are interested, you might discover a better way to solve it, and please share if you do.
May 19, 2016 at 4:40 am #37883can you compile another same as the first but with pinch & zoom also disabled?
There seems to be a bug/or unknown problem when using the AutoHotKey script that, intercepting both “pinch & zoom” and “restore window size (swipe down from edge)” at the same time will end up ignoring the “pinch & zoom command”. I can compile just ignoring the “pinch & zoom”, but you will lose “restore window size” override. It could be me couldn’t figure a way to make both of them working together. Please read the tutorial if you are interested, you might discover a better way to solve it, and please share if you do.
Ok, will do. Thanks for trying it’s already much better to use.
May 19, 2016 at 12:00 pm #37912@Mickey Y – Would you be so kind as to post your code? Is it like so?
WheelUp::
Send {WheelDown}
ReturnWheelDown::
Send {WheelUp}
Return#Down::
returnI’d love to be able to invert the scrolling on a couple of other devices I have!
May 19, 2016 at 2:41 pm #37928Would you be so kind as to post your code? Is it like so?
Yes, thats exactly what my script is, give it a go.
May 19, 2016 at 11:44 pm #37980Could you provide microsoft style version for scroll direction?Thanks.
-
AuthorPosts
- You must be logged in to reply to this topic.

