键入时禁用触摸板


11

在KDE上打字时如何禁用触摸板?

是否有像gnome这样的设置?

Answers:


7

应用程序菜单->实用程序->触摸板管理。在那里,您可以要求系统在连接USB鼠标和/或键入时禁用触摸板。


1
谢谢-我找不到此菜单项。您知道为该菜单项分配了哪个命令行吗?
亚历克斯(Alex)

4
在Kubuntu 12.10中,按ALT + F2组合键并启动synaptiks
warvariuc

从外壳试过了,但是得到了:synaptiks:找不到命令,所以我尝试安装并得到:sudo apt-get install synaptiks E:无法找到软件包synaptiks
virtualxtc 2015年

4

KDE 4或5

KDE 4: sudo apt install kde-touchpad

kcmshell5 kcm_touchpad 要么 kcmshell4 kcm_touchpad

您甚至可以选择仅禁用触摸和滚动,从而可以移动光标。


已安装kde-touchpad,但未安装其他软件包:E:无法找到软件包kcmshell4 E:无法找到软件包kcm_touchpad
virtualxtc 2015年

这是两个单独的命令,第二个仅启动设置界面。
int_ua 2015年

-1

您尝试过触摸板指示器吗?您可以在终端中使用以下命令来安装它:

sudo add-apt-repository ppa:atareao/atareao 
sudo apt-get update
sudo apt-get install touchpad-indicator 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.