Hi,
I wrote the little script today:
Code:
LButton::SendInput {LButton down}
LButton UP::SendInput {LButton up}
~LButton & RButton::SendInput {MButton down}
~LButton & RButton UP::SendInput {MButton up}
and was disappointed to see that it did not perform as I had expected. The first key is interpreted as a modifier, like control or alt. Modifier keys are held down prior to the action key and typically released after, as well.
Is it possible to define a hotkey that behaves like a chord? That is, all the keys of the chord are pressed in unison.
I used to have this functionality enabled via a mouse driver setting, but have a new mouse which does not support this configuration.
please help!
~cheek