Cnells2000 Posted October 26, 2017 Posted October 26, 2017 Does anyone know how to start Winuae into full screen? i changed it to full screen in the settings, closed the emulator properly, and still it opens in small screen. i was thinking i could put a command line but i wouldnt know where to start.
Lordmonkus Posted December 22, 2017 Posted December 22, 2017 A quick google search came up with this, not sure if it's helpful or nothttp://eab.abime.net/showthread.php?t=33928 This one as well might be helpful since it suggests and AHK script to press Control + F12 to toggle to full screen.https://www.gameex.info/forums/topic/6663-winuae-fullscreen-comand-line/ Sorry I can't be of any more help with this, most of us around here use FS-UAE. 1
Cnells2000 Posted December 22, 2017 Author Posted December 22, 2017 so could u tell me what to type just to make my emulator push ctrl+F12?
Lordmonkus Posted December 22, 2017 Posted December 22, 2017 Try this out and see if it works, I am not an expert and hopefully someone can give you a better one if it doesn't work. #NoEnv Sleep, 3000 SetKeyDelay, -1, 110 Send, ^{F12} Return 1
Cnells2000 Posted December 22, 2017 Author Posted December 22, 2017 3 minutes ago, Lordmonkus said: Try this out and see if it works, I am not an expert and hopefully someone can give you a better one if it doesn't work. #NoEnv Sleep, 3000 SetKeyDelay, -1, 110 Send, ^{F12} Return Wow. this worked! Dude u are the man.. Thank u so much. ive been trying to get this emulator to start into full screen since october. after typing that i also put $Esc:: { Process, Close, {{{StartupEXE}}} } to make it so where i could escape by pressing esc. thank you LM!!!! This should be saved so others wont have to go through this like i did!!
Recommended Posts