Mouse button press-hold-release through keyboard
My mouse is loud, and I have set these commands
bindsym Mod1+F1 exec xdotool click 1
bindsym Mod1+F2 exec xdotool click 2
bindsym Mod1+F3 exec xdotool click 3
They click fine but don't support drag and drop functionality.
I'm in situation where I want to move real mouse for precise positioning but emulate clicks and drags with notebook keyboard keys.
Is there a way to accomplish this ?