poodadoo Posted May 10, 2022 Posted May 10, 2022 On all my other games, I have 1P start + Coin (i.e. start + select) set to exit my games. How do I map these two buttons to "send the esc key" to teknoparrot to exit the teknoparrot game running? Quote
Retro808 Posted May 11, 2022 Posted May 11, 2022 4 hours ago, poodadoo said: On all my other games, I have 1P start + Coin (i.e. start + select) set to exit my games. How do I map these two buttons to "send the esc key" to teknoparrot to exit the teknoparrot game running? If you mapped those buttons in LB and/or BB already it should exit. In BB just make sure you are mapping to the option for "Close Active Window". If you have done this already and it is not exiting a game then go into LB >Tools >Manage >Emulators and edit TeknoP. In the "Running AutoHotKey" tab paste the script below. Be sure to paste it in the "Running AHK" tab. $Esc:: { WinClose, ahk_exe {{{StartupEXE}}} } Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.