I've looked at this post, but it's not quite what I was looking for.
Command for forcing a pointer ungrab (captured mouse release)
I want to fake the "Easy-Shift" functionality of my "Roccat XTD" on a "Bazalias X1" transformer mouse using xbindkeys.
Basically, I created two profiles that I want to swap depending on whether I pressed
or released
the mouse button.
The problem is that once any button is pressed, the click event jams, so no other click events go through.
Is there a way I could do this work flow:
- Mouse
m:8
(finger down) - Load
~/.xbindkeys_config/speed_c/Profile2
- Force Release
m:8
(still holding the button) - Perform any clicks using
Profile2
- Mouse
m:8 + release
(finger up) - Load
~/.xbindkeys_config/speed_c/Profile1