Touchpad Indicator is system tray applet to configure laptop touchpad settings and actions in Ubuntu desktop.
With Touchpad Indicator, you can easily:
- Disable / Enable touchpad with indicator menu or keyboard shortcut.
- Disable touchpad when mouse is plugged.
- Disable touchpad while typing.
- Also do basic settings for natural scrolling, tapping, touchpad speed, etc.
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-indicator
Once installed, launch it and you’ll see the applet icon in top-right system tray.
Uninstall:
To remove touchpad indicator, run apt
command in terminal with remove
flag:
sudo apt-get remove --autoremove touchpad-indicator
To remove PPA repositories, launch Software & Updates and navigate to Other Software tab.
This method does not allow for automatic disable while typing, the option is not available in the current version in the PPA or at least not visible in my system. Are there any alternatives?
‘Gnome tweaks’ also offers that option.
I followed the instructions posted here, and the option ‘disable on typing’ is under the tab “actions” when you right click the touchpad icon and select preferences.
Thank you, a well written guide. It’s very nice to have the touchpad disabled when using the terminal!
Thanks. It helped a lot on Lubuntu 18.04. It was very difficult to find the way to disable it…
So thanks a lot!!!!!! :-)
I just updated to 18.04 and the interface is not showing.
Thanks this is great! I am using an HP ProBook 4540s, with Ubuntu 18.04 LTS. I just typed a two-paragraph email without the focus going to my cursor location and overwriting previous text. First time ever! Thanks very much.
If you are using gnome you can try:
https://extensions.gnome.org/extension/131/touchpad-indicator/
and
https://extensions.gnome.org/extension/935/toggle-touchpad/ <– used to use that often
This addition worked for me on 18.04 lubuntu, shame this is not already included in the release. Thanks atareao !