Main > Software Forum
AHK (exit) for SUperModel 3
Moksi:
ive been trying some things but i cant seem to figure out how to make Supermodel exit with a different input than the Esc button within Hyperspin
if anyone has managed it to make it work or have an supermodel ahk file or command for hyperspin that would be alot of help since i have an x-arcade
brad808:
When in doubt alt+f4 or key command that equates to alt f4.
Moksi:
hmmm i tried to remap the esc button to key 4 ,did that with ahk didnt work
tried to set it esc :: alt + F4 but ahk doesnt recognize command
im not that good with it , maybe some one has a layout with all the right commands
DrakeTungsten:
Do this in AHK for Alt + F4
!{F4}
Obviously, with a Send or SendInput or similar in front of it.
argonlefou:
Or the brutal way :
--- Code: ---Esc::
Process, close, supermodel.exe
--- End code ---
Change the name of the process according to what you need
Navigation
[0] Message Index
[#] Next page
Go to full version