Jump to content
LaunchBox Community Forums

Autohotkey Help


alnyden

Recommended Posts

I'm trying a simple autohotkey script but can't get it to work.  I'd like the "c" key to send alt+Control+F5.  I've tried a variety of combinations (using Send command or not) but it doesn't seem to be work.  Something like c::!^F5.  Thanks for any help!

R

Link to comment
Share on other sites

7 minutes ago, alnyden said:

Thanks Retro.  Tried that but got it to work eventually by using:

c:: Send {LCtrl Down}{LAlt Down}{f5 Down} {LCtrl Up}{LAlt Up}{f5 Up}

I'm using the script in MAME, not sure if that's why I had to add the "down" and "up" commands.  

Hey you got it working so that is great. Not sure why either. Those are just telling the command to press and release. I do not mess with AHK much in fact I just really started learning more about it. 

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...