Naga_KeypadMapper icon indicating copy to clipboard operation
Naga_KeypadMapper copied to clipboard

Use xdotool mousedown/mouseup instead of click to handle click action

Open RaulPPelaez opened this issue 6 years ago • 0 comments

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)

RaulPPelaez avatar Mar 24 '18 20:03 RaulPPelaez