Mouse presets for annotation

I have a generic gaming mouse with 2 side buttons, programmed one to right arrow and one to zoom in using AutoHotkey:
XButton1::send {Ctrl}{+}
XButton2::send {Right}
I’ve found this helps me fly through annotations pretty quickly, what are you guys doing to optimize annotation workflow?

1 Like