Droplist - Choose one specific item! Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
shelly_91

Droplist - Choose one specific item!  Topic is solved

02 May 2017, 22:16

Hello guys,

I apologize in advance, I'm not programmer or anything like that, this is the very first time I am using ahk.

After a few little implementations and now getting used with that, I am having a bad timing with a dropdown list. The item of the list that I need to access is the second.

1) send a 'blablabla' text
2) send a TAB (to jump to the other field, which is dropdownlist)
3) select in the dropdown list or the word 'Open'.
4) send an 'enter' to save that
5) send an alt + escape
6) run the query 'alt+enter'.

^j::
Send, blablabla
Send, `tab
Send, {Down 2}
Send, {Enter}
Send, {Alt} {ESC}
Send, {Alt} {Enter}
return


Thank you in advance for your help! :)

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: mikeyww and 319 guests