I'm struggling to figure out how to program one of the side keys of the mouse. I'd like to accomplish the following:
(1) When I press and hold say "G1", I want the mouse to press and hold one of the modifier keys, e.g. "Shift" for as long as I'm holding "G1".
(2) When I release "G1", I'd like two things to happen: the mouse to release "Shift" in 100 milliseconds and to also press another key, eg "Y".
Is this possible to do?
Any and all help will be highly appreciated!