Jump to content
LaunchBox Community Forums

Do I need a AHK for this.


TopGunBass

Recommended Posts

7 hours ago, TopGunBass said:

Can some script make this happen.

 

You can create an AutoHotkey script and then set it as an Additional App for the game.  The script will look something like:

Sleep, 10000
Send {Enter}

..where "10000" = 10 seconds.  You can increase or decrease this amount of 'delay' time before it 'presses Enter', depending on how long it takes for the game to load.

See here on how to add the script as an Additional App. 

 

Link to comment
Share on other sites

6 hours ago, JoeViking245 said:

 

You can create an AutoHotkey script and then set it as an Additional App for the game.  The script will look something like:

Sleep, 10000
Send {Enter}

..where "10000" = 10 seconds.  You can increase or decrease this amount of 'delay' time before it 'presses Enter', depending on how long it takes for the game to load.

See here on how to add the script as an Additional App. 

 

Thanks Joe this script worked for me. 

  • Game On 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...