Enable Touchpad Click on Fedora 19

Diposting oleh adh-id on 20.8.13

Touchpad click configuration on Fedora 19's disabled by default. To enable it, create a file (e.q. named 10-synaptic-tap.conf) in /etc/X11/xorg.conf.d as root.
[root@localhost adh-id]# nano /etc/X11/xorg.conf.d/10-synaptic-tap.conf
Add this script as its content. 
Section "InputClass"
       Identifier "tap-by-default"
       MatchIsTouchpad "on"
       Option "TapButton1" "1"
EndSection
Reboot system and see if it makes a change or not.

{ 0 komentar... read them below or add one }

Posting Komentar