This is an FYI followup post to Getting xbindkeys to work.
Specifically how to map the mouse thumb-L and thumb-R buttons of a cheap 6 button "gamer" mouse to the zoom-in and zoom-out functions. This works to zoom in/out a terminal window, browser window, font size in Sublime and other editors, etc. with your mouse thumb buttons.
I spent a long time trying to do the same with the 'xvkbd' tool/command before switching to 'xdotool'. Xvkbd did work but intermittently it would get stuck with the button down and to unstick it you'd have to hit the Ctrl button. Xdotools as used below does not have this problem.
- Ensure xbindkeys, xev, and xdotool are installed.
- use xev to discover the number of your mouse buttons (mine were 8 and 9 below)
- setup xbindkeys to run at startup
- Create ~/.xbindeysrc file and add the following lines:
"xdotool key --clearmodifiers ctrl+plus"
b:9
"xdotool key --clearmodifiers ctrl+minus"
b:8