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 use the computer.

Explanation

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

Solution

Install 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 what is the configuration of your mouse, type:

# xmodmap -pp

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

 
en/guides/faq-mouse.1428105067.txt.gz · Last modified: 2015/04/04 01:51 by genesis