1
General / Re: Help with exit hotkey on nestopia and snes9x on old hardware
« on: February 13, 2022, 01:19:48 PM »
Hey
im using the Programm AutoHotKey (https://www.autohotkey.com/docs/Program.htm)
with it i have an exe file compilet.
PgUp::
send !{f4}
send {esc}
PgDn::
send !{f4}
send {esc}
with this code
PgUp/PgDn you can change, if you press the key. AHK will send ALT F4 and next Escape. Most of the Emulators will shutdown. Works for me.
im using the Programm AutoHotKey (https://www.autohotkey.com/docs/Program.htm)
with it i have an exe file compilet.
PgUp::
send !{f4}
send {esc}
PgDn::
send !{f4}
send {esc}
with this code
PgUp/PgDn you can change, if you press the key. AHK will send ALT F4 and next Escape. Most of the Emulators will shutdown. Works for me.