Jump to content
LaunchBox Community Forums

Recommended Posts

Posted

Ok, don't know how to use auto hotkey really but I'm trying to set a delayed keystroke command up for demul. I'm wanting it to wait a few seconds after the emulator has opened then press the p key. is this possible and if so can I just add a script to the autohotkey script in the edit emulator section? 

Posted

Yeah I'm trying to get the mouse cursor out of the middle of the screen when launching demul. I don't know anything about autohotkey but I think if I can find the right command for getting it to press the p key after launch I may be on to a fix. but then again since I don't jlknow what I'm doing I may not! lol

Posted

i just use the following in my demul emulator's ahk tab and it takes care of the mouse pointer perfectly:


Run, R:\LaunchBox\Emulators\Demul\nomousy\nomousy.exe /hide



$Esc::



{

        Run, R:\LaunchBox\Emulators\Demul\nomousy\nomousy.exe

        Process, Close, demul.exe

}

 

  • faeran locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...