#put this in script/make new folder (place it at the very top) :
$key_simulieren = Win32API.new 'user32', 'keybd_event', %w(l l l l), ''
$key_simulieren.call(18,0,0,0)
$key_simulieren.call(13,0,0,0)
$key_simulieren.call(13,0,2,0)
$key_simulieren.call(18,0,2,0)
# this will make full screen the first time you play
# its not me who made it so dont ask about configuring it using switch or whatever