Press Alt Command and then digits Y01 and next Y14

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
SaCvP125
Posts: 1
Joined: 12 Dec 2017, 09:34

Press Alt Command and then digits Y01 and next Y14

12 Dec 2017, 09:45

Hi guys,

I'm using a software that I need to refresh automatically. The way I found to refresh my file is press

Basically, I need to hit "Alt" and then digit "y01" and then "y14"

For that, I'm trying this:

Code: Select all

^s::
	send, {!}
	sleep, 300
	send, {y01}
	sleep, 150
	send, {y14}
	sleep, 300
return
But It does nothing! :evil: :evil:

I already have my program open to test.

How can I do that?

Thanks! :thumbup:
User avatar
jeeswg
Posts: 6902
Joined: 19 Dec 2016, 01:58
Location: UK

Re: Press Alt Command and then digits Y01 and next Y14

12 Dec 2017, 11:09

{Alt down} {Alt up} perhaps? Although 'hit' alt, implies you don't need to hold it down, is this for a menu bar?
homepage | tutorials | wish list | fun threads | donate
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
User avatar
Capn Odin
Posts: 1352
Joined: 23 Feb 2016, 19:45
Location: Denmark
Contact:

Re: Press Alt Command and then digits Y01 and next Y14

12 Dec 2017, 11:34

As far as I know send, {y14} is not a valid key. If you mean the sequence of key presses y followed by 1 followed by 4 the you need to remove the {}.

And this is not the right place to ask for help, we have a dedicated sub-forum for this.
Please excuse my spelling I am dyslexic.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: fiendhunter and 236 guests