You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Button RIGHT + X Left ---> Alt_L+Left
Button RIGHT + X Right --> Alt_L+Right
I want to Hold-Mouse-Right-Button, Do mouse movement in any four direction and the Release right button and then the keybind should activate. Or maybe a way to specify threshold for movement distace after which Output will be performed and because righ button is held this whole thing can be repeated.
But currently mouse movement locks and also because there is no threshold for movement, output gets trigged many time as mouse moves
Also this is not working for me, maybe related to release-input -- Button RIGHT + Button LEFT ---> Control_L+w.
What i wanted was if i am holding right button and then i press and release left button, Control+w should trigger. In that order only. I don't want left button + right button to trigger the output.
But what is happening is, right button gets sent and right menu opens. Where as i am able to do left-button + right-button in this order and this is working.
The text was updated successfully, but these errors were encountered:
I want to
Hold-Mouse-Right-Button
, Do mouse movement in any four direction and theRelease right button
and then the keybind should activate. Or maybe a way to specify threshold for movement distace after whichOutput
will be performed and becauserigh button
is held this whole thing can be repeated.But currently mouse movement locks and also because there is no threshold for movement, output gets trigged many time as mouse moves
Edit: is this related - #813
Also this is not working for me, maybe related to release-input --
Button RIGHT + Button LEFT
--->Control_L+w
.What i wanted was if i am holding
right button
and then i press and releaseleft button
,Control+w
should trigger. In that order only. I don't wantleft button
+right button
to trigger the output.But what is happening is, right button gets sent and right menu opens. Where as i am able to do left-button + right-button in this order and this is working.
The text was updated successfully, but these errors were encountered: