Few days earlier, I have updated my Ubuntu form 17.10 to 18.04. Everything is running perfect, except touchpad.
Touchpad is not getting disabled while typing even if I have enabled this option in the settings. Fn key shortcut to disable the touchpad is also not working.
Every time, either I have to use synclient TouchpadOff=1
command to disable the touchpad or need to change the touchpad option in settings.
Currently I am using this method as a workaround. Can anyone suggest any better approach so the it gets disabled automatically while typing.
I am using Asus R558U and here is the otput of xinput
command.
guru@guru-notebook:~$ xinput
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Elan Touchpad id=13 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Asus Wireless Radio Control id=7 [slave keyboard (3)]
↳ Video Bus id=8 [slave keyboard (3)]
↳ Video Bus id=9 [slave keyboard (3)]
↳ Power Button id=10 [slave keyboard (3)]
↳ Sleep Button id=11 [slave keyboard (3)]
↳ USB2.0 VGA UVC WebCam: USB2.0 V id=12 [slave keyboard (3)]
↳ Asus WMI hotkeys id=14 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=15 [slave keyboard (3)]
guru@guru-notebook:~$