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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/871810

Title:
  Hardware mouse 'back key' doesn't work always in USC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/871810/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to