Botones laterales mx310 [Nautilus y Firefox]

Gantorys

Hace un tiempo pregunté cómo había que configurar el ratón (Logitech MX310) para que los botones laterales me funcionaran tanto en Firefox como en Nautilus, pero no encontré ninguna solución a pesar de que hubo gente que respondió.
Indagando por ahí (Google es mi amigo! xd) he encontrado cómo tengo que configurar el MX310 para que funcionen los botones laterales y os pongo lo que he hecho por si le interesa a alguien.

1º Instalar imwheel y configurarlo

$ sudo aptitude install imwheel

$ gedit /home/usuario/.imwheelrc y pegar lo siguiente:

".*"
None, Up, Alt_L|Left
None, Down, Alt_L|Right


"(null)"
None, Up, Alt_L|Left
None, Down, Alt_L|Right

2º Editar xorg.conf

$ sudo gedit /etc/X11/xorg.conf

En la sección de Mouse sustituir la configuración que tengais por esto:

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "false"
Option "Buttons" "7"
Option "ButtonMapping" "1 2 3 6 7"

3º Hacer un script de inicio

Abrir el editor de texto y poner esto:

exec imwheel -k -b "6 7"

y guardarlo como mx310.sh en la carpeta /home/usuario (yo lo tengo guardado ahí)

4º Ir a:

Sistema - Preferencias - Sesiones - Nuevo y poner:

Nombre: MX310 (o el que quieras xd)
Comando: sh mx310.sh

y con esto los botones laterales deberían funcionar en Nautilus y en Firefox.

Saludos.

Usuarios habituales

  • Gantorys