Joe35car Posted February 17 Share Posted February 17 Ok so I need a little help. When I start the system using Demul it runs in window mode. I have full-screen checked but still launches in window mode. I have to hit ALT+Enter to get in full-screen. Is there a default command line parameter to solve this? Thanks Quote Link to comment Share on other sites More sharing options...
fromlostdays Posted February 17 Share Posted February 17 Rather than a command line parameter, you can use launchbox to automatically launch an AHK script. The first one in this thread is what you're looking for, just change the keys to Alt and Enter: Quote Link to comment Share on other sites More sharing options...
fromlostdays Posted February 17 Share Posted February 17 (edited) Actually, it turns out I already have a script for Demul in launchbox (It's been a long time since I messed with it). Anyway, in case I wasn't clear, go to Emulators/Demul in launchbox settings, then in the box that pops up go to the Running Script tab and put this: ; This section makes the emulator go fullscreen and closes Demul when pressing Escape Sleep, 9500 Send {Alt Down}{Enter}{Enter Up}{Alt Up} $Esc:: { Send !{F4} } Edited February 17 by fromlostdays Quote Link to comment Share on other sites More sharing options...
Joe35car Posted February 17 Author Share Posted February 17 still in window mode. Quote Link to comment Share on other sites More sharing options...
Joe35car Posted February 17 Author Share Posted February 17 works. Was a delay with fullscreen . Thank you so much 1 Quote Link to comment Share on other sites More sharing options...
fromlostdays Posted February 18 Share Posted February 18 (edited) I'm glad it works. It's been a while and sometimes little things change. Edited February 18 by fromlostdays Quote Link to comment Share on other sites More sharing options...
Joe35car Posted February 18 Author Share Posted February 18 Worked fined. I just lowered the delay time so it goes full screen sooner. 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.