planningall Posted August 31, 2021 Share Posted August 31, 2021 I have five games in the same ROM, using anex86 emulator, after loading the ROM, I need to press F1-F5 to select So I made the following settings : Edit Emulator--Running Autohotkey Script: Sleep, 1000 send {enter} sleep, 3000 send {F1} Sleep, 1000 send {enter} But this script is common to all games,I wish to send {F1} to the first game,send {F2} to the second game,send {F3} to the third game...... After starting the emulator,different games to use different emulator AHK scripts Quote Link to comment Share on other sites More sharing options...
proghodet Posted August 31, 2021 Share Posted August 31, 2021 How about creating a .ahk file, that you run using additional apps per game? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.