Results 1 to 3 of 3

Thread: How to Disable double click from touchpad

  1. #1
    Join Date
    Aug 2006
    Beans
    142
    Distro
    Ubuntu 12.10 Quantal Quetzal

    How to Disable double click from touchpad

    I don't use the doublclick from the touchpad, but rather the left mouse button on my laptop. In KDE, how do I disable the double-click funtion?

  2. #2
    Join Date
    Apr 2008
    Location
    Greece, Athens
    Beans
    576
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: How to Disable double click from touchpad

    Make sure you have an entry :
    Code:
    Option      "SHMConfig" "on"
    in your xorg.conf in the "InputDevice" Section. Then
    Code:
    sudo apt-get install ksynaptics
    and reboot. Run ksynaptics and see if theres is an option disabling the double click.

    Check this:

    http://ubuntu-tutorials.com/2006/12/...untu-6061-610/
    8.10 on HDX16-1050ev
    #22144
    My Ubuntu Blog

  3. #3
    Join Date
    Aug 2006
    Beans
    142
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: How to Disable double click from touchpad

    Thank you very much! Worked perfectly. I wonder why this isn't an option like it is in Gnome.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •