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
In order to simulate a mouse click it would be more convinient to send a mousedown when pressing a key and a mouseup when releasing instead of a default click duration (12 ms according to xdotool).
However click in a macro should maintain the current behavior of click (maybe with an optional second argument with the duration of the click)
The text was updated successfully, but these errors were encountered:
In order to simulate a mouse click it would be more convinient to send a mousedown when pressing a key and a mouseup when releasing instead of a default click duration (12 ms according to xdotool).
However click in a macro should maintain the current behavior of click (maybe with an optional second argument with the duration of the click)
The text was updated successfully, but these errors were encountered: