--- In [email protected], "dleidinger" <[EMAIL PROTECTED]> wrote: > > Hi Bruce, > > i want to handle a left-klick command in outlook, because i have the > same problem, which is described in > http://tech.groups.yahoo.com/group/power-pro/message/30846. > > Therefor i would like to get the relative mouse-position to find out, > if the send-button was pressed. > I think i can't use *EXEC WINDOWINFO to get this information within a > script. Is there another way to get this information - maybe with a > plugin ? >
Alt-S works for me (English shortcut key for clicking send). If this does not work for you the relative coordinates are just the absolute coordinates minus the absolute coordinate of upper left of window you are going relative to. Play around with win.left, win.right, xmouse, ymouse. >
