SliTaz GNU/Linux official and community documentation wiki.
.png
Translations of this page:

This is an old revision of the document!


Mouse

I can't change the mouse for left-handed people

Symptoms

I can't change the mouse for left-handed people using the computer.

Explanation

You need to install the xorg-xmodmap package to configure the mouse buttons.

Solution

Install the xorg-xmodmap package. In a terminal, type:

# tazpkg -gi xorg-xmodmap

To configure the mouse for left-handed:

# xmodmap -e "pointer = 3 2 1"

To configure the mouse for right-handed:

# xmodmap -e "pointer = 1 2 3"

To check the configuration of your mouse:

# xmodmap -pp

Reference: http://forum.slitaz.org/topic/mouse-left-handed

 
en/guides/faq-mouse.1428143674.txt.gz · Last modified: 2015/04/04 12:34 by linea