Oxidia |
Posted on 21-11-15, 21:39
|
Post: #4 of 6
Since: 03-19-21 Last post: 1098 days Last view: 1098 days |
Hello all, I'm lookin for an autohotkey script to open higan in fullscreen by using hotkey, please ? I didn't find any answers about it but is there any plan to add this feature directly in higan ? Thanks |
Screwtape |
Posted on 21-11-16, 07:04
|
Full mod
Post: #443 of 443 Since: 10-30-18 Last post: 1101 days Last view: 172 days |
If you have mapped a key to the "Toggle Fullscreen" action, it should be pretty easy to make AutoHotKey automatically press it once the higan window appears. higan does not support this feature natively, and probably never will. The ending of the words is ALMSIVI. |
Oxidia |
Posted on 21-11-16, 10:27 (revision 1)
|
Post: #5 of 6
Since: 03-19-21 Last post: 1098 days Last view: 1098 days |
yes this is what i asked but need to find the right script. Very sad this is a very basic feature, a serious mistake on their part not to want to implement it. |
Oxidia |
Posted on 21-11-18, 16:46 (revision 1)
|
Post: #6 of 6
Since: 03-19-21 Last post: 1098 days Last view: 1098 days |
i made this script but i can't get it working atm. WinWait G:\Higan\higan.exe IfWinActive G:\Higan\higan.exe Sleep, 1000 SetKeyDelay, -1, 110 Send {NumpadAdd} if someone know what i'm doing wrong.... thanks by advance |