SliTaz GNU/Linux official and community documentation wiki.
.png

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:guides:faq-mouse [2015/04/04 23:05]
mojo [I can't change the mouse for left-handed people]
en:guides:faq-mouse [2015/04/08 19:19] (current)
linea
Line 8: Line 8:
 === Explanation === === Explanation ===
  
-You need to install the //xorg-xmodmap// package to configure the mouse buttons.+You need to install the ''​xorg-xmodmap'' ​package to configure the mouse buttons.
  
 === Solution === === Solution ===
  
-Install the //xorg-xmodmap// package. In a terminal, type:+Install the ''​xorg-xmodmap'' ​package. In a terminal, type:
   # tazpkg -gi xorg-xmodmap   # tazpkg -gi xorg-xmodmap
  
Line 24: Line 24:
   # xmodmap -pp   # xmodmap -pp
  
-Reference: http://​forum.slitaz.org/​topic/​mouse-left-handed +To make the changes permanent for your user, create a new file called ''​xmodmap.desktop''​ in the ''​~/​.config/​autostart''​ directory with the following content: 
-[[http://​forum.slitaz.org/​topic/​help-configure-left-handed-mouse#​post-1792]]+<​file>​ 
 +[Desktop Entry] 
 +Type=Application 
 +Name=Left hand mouse 
 +Exec=xmodmap -e "​pointer = 3 2 1" 
 +NotShowIn=XFCE;​Razor;​LXDE;​ 
 +</​file>​ 
 + 
 +Logout and Login to X session and the mouse buttons are configured for left-handed people.  
 + 
 +To make the changes permanent for all users at the same time, repeat the procedure above as //root//, creating a new ''​xmodmap.desktop''​ file in the ''/​etc/​xdg/​autostart''​ directory. 
 + 
 + 
 +References:​\\ [[http://​forum.slitaz.org/​topic/​mouse-left-handed|Mouse left-handed]]\\ 
 +[[http://​forum.slitaz.org/​topic/​help-configure-left-handed-mouse#​post-1792|Configure left-handed mouse]]
 
en/guides/faq-mouse.1428181514.txt.gz · Last modified: 2015/04/04 23:05 by mojo