schnickalot Posted April 23, 2020 Share Posted April 23, 2020 Hi, how can I send ALT-Enter to an Emulator after starting a ROM? Tic80's fullscreen parameter does not work Quote Link to comment Share on other sites More sharing options...
Retro808 Posted April 23, 2020 Share Posted April 23, 2020 17 minutes ago, schnickalot said: Hi, how can I send ALT-Enter to an Emulator after starting a ROM? Tic80's fullscreen parameter does not work Place this AHK in your Running AHK tab in Manage Emulators when you edit the emulator you are using. This one is generic so you do not have to put an emulator name in it. It just waits a period of time then sends the command. You can adjust the wait period by changing the number (milliseconds) after Sleep, (increase for longer wait decrease for shorter) Sleep, 2500 SetKeyDelay, -1, 110 Send !{Enter} Return Or you could also try the one below. Note: you will have to change "WinTitle" to the name of the emulator you are using. WinWaitActive , WinTitle ; Send !{Enter} Quote Link to comment Share on other sites More sharing options...
schnickalot Posted April 23, 2020 Author Share Posted April 23, 2020 (edited) Thx a lot ! First version worked increasing sleep to 5000 Edit: just found TIC-80 core in Retroarch screen filling out of the box ? Edited April 23, 2020 by schnickalot 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.