Friday, November 6, 2015

windows 8 - How to enable Synaptics Touchpad While Typing (without disabling palmcheck)?


All of the solutions to enable pressing a key while dragging the mouse involve disabling palmcheck. The problem is that palmcheck is extremely helpful. Is there a hack to keep palmcheck enabled and at the same time allow me to use the keyboard? This seemed to work for me on Windows 7, but when I upgraded to 8 and installed the latest synaptics drivers it became one or the other.


Answer



None of the solutions offered by others solved the issue very well. Using the old Windows 7 drivers did work in Windows 8 but then other features were absent, such as two-finger smooth scrolling. When I was on Windows 7 with the old drivers I had used a utility called TwoFingerScroll which solved this problem for me, but it does not work on Windows 8.


In the end, the way I actually dealt with the problem was to disable PalmCheck AND to disable tapping on the touch pad. Both are options in the Synaptics control panel. Now, even though my palm might move the mouse it does not cause the click which was driving me crazy before.


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...