自从我升级到 17.10 后,似乎我的笔记本电脑的触摸板在我打字时会自动停用。这对某些应用程序(例如视频游戏)来说很不方便。我不能 100% 确定问题是否出现在 17.10 中,但我以前从未注意到过。
我在设置/设备/鼠标和触摸板菜单中没有看到任何“打字时停用触摸板”选项。
我尝试了 GNOME Shell 扩展“触摸板指示器”,但它也没有提供此选项,所以我禁用了该扩展。
我按照说明进行操作https://itsfoss.com/disable-touchpad-when-mouse-used/安装“touchpad-indicator”,但程序无法启动。当我在命令行中尝试安装时,我得到了。
[00:06:~]$ touchpad-indicator
<gettext.GNUTranslations object at 0x7f895d439d30>
No LSB modules are available.
#####################################################
Distributor: Ubuntu
Description: Ubuntu 17.10
Release: 17.10
Codename: artful
Architecture: x86_64
#####################################################
Touchpad-Indicator version: 2.0.4-0extras18.04.3
Traceback (most recent call last):
File "/usr/bin/touchpad-indicator", line 36, in <module>
main()
File "/usr/share/touchpad-indicator/touchpadindicator.py", line 707, in main
TouchpadIndicator()
File "/usr/share/touchpad-indicator/touchpadindicator.py", line 120, in __init__
self.read_preferences(is_on_start=True)
File "/usr/share/touchpad-indicator/touchpadindicator.py", line 344, in read_preferences
tipo = self.touchpad._get_type(self.touchpad._get_ids()[0])
IndexError: list index out of range
我想不是当我打字时停用触摸板。(或者理想情况下有一个图形菜单,允许我手动控制此行为。)
答案1
打开终端并运行
gsettings set org.gnome.desktop.peripherals.touchpad disable-while-typing false