To disable the touchpad on an HP Pavilion dv6, you double tap on an area in the upper left hand corner of the touchpad. Then the blue indicator light around the border of the touchpad turns red, and the touchpad is disabled.
Double tapping on this area again turns the touchpad turns back on. I do a lot of typing, and frequently bump the touchpad, messing up my work and annoying me. So, I would like to enable the ability to disable the touchpad by double-tapping on the area in the upper left hand corner. Unfortunately, there is no function key backup to disable the touchpad.
这在 Ubuntu 中不起作用。我可以使用 touchpad-indicator 关闭它,但必须手动启动该程序,您必须使用组合键禁用它。双击该区域要容易得多。我的电脑是 HP Pavilion dv6-6135dx。任何帮助将不胜感激。
gsettings set org.gnome.settings-daemon.peripherals.touchpad disable-while-typing true
Run Code Online (Sandbox Code Playgroud)
将在您打字时禁用触摸板,并在感觉您正在触摸板上使用手指时重新启用它。
不确定它是否能满足您的需求,但它是一个非常适合我的笔记本电脑的解决方案。
要恢复为默认参数,请使用
gsettings set org.gnome.settings-daemon.peripherals.touchpad disable-while-typing false
Run Code Online (Sandbox Code Playgroud)
如果发表评论没有帮助,我们将了解一下有关您的触摸板的问题。