more info
the following is what i exactly want to do
xdotool mousemove x y click
!! then open a dialog of color picker then i choose a color
xdotool key KP_Enter
-------------------------------------------------------
in ahk
i can do with a single shortcut ' s '
i hold s dialog popup
i release s dialop close
---------------------------------
s::
click x y
keywait s
send {enter}
return
To view this discussion on the web visit https://groups.google.com/d/msg/xdotool-users/-/o12NHunf6nYJ.
--
You received this message because you are subscribed to the Google Groups "xdotool-users" group.
To post to this group, send email to xdotoo...@googlegroups.com.
To unsubscribe from this group, send email to xdotool-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/xdotool-users?hl=en.