你试过xinput吗?
xinput
Run Code Online (Sandbox Code Playgroud)
这将显示您的所有设备,记下触摸板的 ID。
xinput --watch-props <device number>
Run Code Online (Sandbox Code Playgroud)
上面的命令将显示您的设备的属性,如果您可以正确地看到“libinput Disable While Typing Enabled”之类的内容,那么您就可以开始了。
xinput set-prop 13 "libinput Disable While Typing Enabled" 1
Run Code Online (Sandbox Code Playgroud)
上面的命令将为您修复它。
问候, 希瓦姆
通过此链接安装触摸板指示器http://www.ubuntuupdates.org/package/atareao_atareao/xenial/main/base/touchpad-indicator给了我一些配置帮助。我可以在打字时禁用触摸板,但它经常崩溃。