如何在 Aspire One 上打字时禁用触摸板

Gle*_*len 5 touchpad acer aspire-one synaptics

我想在我的 Aspire 上网本上打字时禁用触摸板。如果我发出命令 syndaemon,则未检测到 Synaptics 驱动程序:

无法找到突触设备

因此,我将以下内容添加到我的 xorg.conf 文件中:

Section "InputDevice"
Identifier "Mouse0"
Driver "synaptics"
Option "Protocol" "auto"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "4 5 6 7"
Option "CorePointer"
Option "HorizEdgeScroll" "1"
EndSection
Run Code Online (Sandbox Code Playgroud)

它仍然无法找到突触设备,但是我的触摸板工作正常。

mar*_*rto 3

来自https://help.ubuntu.com/community/SynapticsTouchpad

以下示例在任何键盘活动后调用 syndaemon 4 秒 (-i 4),除非使用 Alt 或 Shift 等修饰键 (-K),并且在此期间仅禁用点击和滚动 (-t)。

syndaemon -i 4 -d -t -K
Run Code Online (Sandbox Code Playgroud)

将其添加到您的启动应用程序中


txw*_*ger 1

在我的 Aspire One 上网本上,我只能使用它Fn+F7来禁用和启用触摸板。