Comment 9 for bug 871810

Revision history for this message
Thibaut Brandscheid (k1au3-is-37) wrote :

I figured out how to emulate mouse back/forward clicks

sudo apt-get install xbindkeys xvkbd
xbindkeys --defaults >> ~/.xbindkeysrc

add to '~/.xbindkeysrc':
# mouse left = back
"/usr/bin/xvkbd -text '\[Alt_L]\[Left]'"
  Control + b:1

# mouse right = forward
"/usr/bin/xvkbd -text '\[Alt_L]\[Right]'"
Control + b:3

refresh:
pkill -f xbindkeys; xbindkeys

more: https://wiki.archlinux.org/index.php/Logitech_MX_Revolution