結局、以下のURLを参考に、Touchpad Indicator をインストールしてみた。
How to Install Touchpad Indicator in Ubuntu 18.04 LTS
http://ubuntuhandbook.org/index.php/2018/04/install-touchpad-indicator-ubuntu-18-04-lts/How to Install Touchpad Indicator in Ubuntu:
The software is available in the developer’s PPA for all current Ubuntu releases.
Open terminal either via Ctrl+Alt+T or by searching for “terminal” from application launcher. When it opens, do followings steps to install the indicator:
1. Run command to add the PPA.
sudo add-apt-repository ppa:atareao/atareao
Type in your password (no visual feedback while typing due to security reason) when it prompts and hit Enter.
2. Then check updates and install the software by running following commands one by one:sudo apt-get update sudo apt-get install touchpad-indicatorOnce installed, launch it and you’ll see the applet icon in top-right system tray.
Uninstall:
To remove touchpad indicator, runapt
command in terminal withremove
flag:sudo apt-get remove --autoremove touchpad-indicatorTo remove PPA repositories, launch Software & Updates and navigate to Other Software tab.
============================================================
Ubuntuでタイピング中はタッチパッドを無効化したい。
まるごと、以下の URL に倣った。ただ、秒数は「0.5秒」ではなく「2秒」にした。
# syndaemon -d -i 2 -t
Ubuntuでタイピング中はタッチパッドを無効化したい
https://foolean.net/p/245
No comments:
Post a Comment