Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Enter key and Click
#1
I am trying to figure out how to HOLD DOWN ENTER KEY and LEFT CLICK THE MOUSE


I used:

key+ 'Y
lef
key- 'Y



But it doesnt work.


Also, is there a way to find if a certain window is present? Like for example find a popup window? What I'd like to do is make the macro loop until a certain window is found.

Thanks!
#2
i dont know about the enter key thing but to do the popup check you can do the following.

Code:
Copy      Help
0 WA "The Popup Window Name"

the 0 makes it wait forever for the window.

if you need to have it do things while waiting for the window, try this:
Code:
Copy      Help
rep
,ifi "The Popup Window Name"
,,break
,[i]the commands you want to run[/i]
note: the ","s are the same thing as tabs.
#3
About the Enter key: just remove those '.
#4
I removed the '

but still not consistent. sometimes it works, sometimes it doesnt.


Forum Jump:


Users browsing this thread: 2 Guest(s)