Main > Software Forum
AHK (exit) for SUperModel 3
Moksi:
OK , i tried the code but it didnt work
if i run it from the commandline maybe then itll work to first remap the key in supermodel itself then it will also work in hyperspin
how do i that ?
R083RT0:
'press key 3 & key 4 to exit Supermodel'
4::
if not GetKeyState("3","P")
return
Winclose, Supermodel
sleep, 1000
exitapp
Moksi:
; press key 3 & key 4 to exit Supermodel
4::
if not GetKeyState("3","P")
return
Winclose, Supermodel
sleep, 1000
exitapp
this works if i run Supermodel without Hyperspin & ahk is running
when i put this code into hyperspin keymapper it doesnt work
how can i point the ahk to run when Supermodel is functioning in hyperspin
R083RT0:
i don't have hyperspin, can you show (or attach) the supermodel part ahk script from hyperspin?
Moksi:
i used that same code you posted in hyperspin but that doesnt work
i did something else i made a ahk and used your code and placed it in the windows Startup folder so it starts when win starts
& then it worked for me in HyperSpin.
But only if the ahk is running in the systray , if you use it one time it automatically closes the ahk.
So if this ahk just keeps running i should have no problem to close it with any keys , how can i keep the ahk running constant in the systray
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version