Miko Gakkou Monogatari: Kaede Episode

Miko Gakkou Monogatari: Kaede Episode

View Stats:
mistral Dec 29, 2015 @ 4:24am
No options or Fullscreen?
Am I just blind or does this title have no options menu? Also no fullscreen, even alt+enter does not work.

Have been looking for a ini file, but nothing. anyone know how to change to fullscreen?
< >
Showing 1-1 of 1 comments
Sand Dec 31, 2015 @ 5:27pm 
Use this AHK script

^!f::
WinGetTitle, currentWindow, A
IfWinExist %currentWindow%
{
WinSet, Style, ^0xC00000 ; toggle title bar
WinMove, , , 0, 0, 1920, 1080
}
return
^!g::
WinGetTitle, currentWindow, A
IfWinExist %currentWindow%
{
WinSet, Style, -0xC00000 ; hide title bar
WinSet, Style, -0x800000 ; hide thin-line border
WinSet, Style, -0x400000 ; hide dialog frame
WinSet, Style, -0x40000 ; hide thickframe/sizebox
WinMove, , , 0, 0, 1920, 1080
}
return

press ctrl + alt + g
< >
Showing 1-1 of 1 comments
Per page: 1530 50