Jump to content
LaunchBox Community Forums

Teknoparrot Games Not Closing


Recommended Posts

I have BB premium and I've set ahk key-combination to close all my games with my wheel controller. All of them work except for Teknoparrot refuses to close. In tools > manage> emulators I've set the ahk scripts for Teknoparrot under "Running Script" tab. Basically I'd like to press a key combination on my wheel to close the games. Like I said, this works in all emulators except Teknoparrot. I am running XOutput by default across all games.

Here is my script:

Joy7::
If GetKeyState("Joy8")
{
   SetKeyDelay, -1, 110
   WinClose, ahk_exe {{{StartupEXE}}}
}

Return

I've also tried JoyToKey to trigger the Escape button if I hold Joy7 for 2 seconds. Again - this works for all platforms except Teknoparrot. 

My Teknoparrot settings are configured to close on escape key (0x1B).

I've also set the same key combination under Options > Controller Mappings > Close Active Window but still no go on Teknoparrot.

Very confused and stuck. Would appreciate any help. Thanks!

Link to comment
Share on other sites

1 hour ago, isometrixk said:

I have BB premium and I've set ahk key-combination to close all my games with my wheel controller. All of them work except for Teknoparrot refuses to close. In tools > manage> emulators I've set the ahk scripts for Teknoparrot under "Running Script" tab. Basically I'd like to press a key combination on my wheel to close the games. Like I said, this works in all emulators except Teknoparrot. I am running XOutput by default across all games.

Here is my script:

Joy7::
If GetKeyState("Joy8")
{
   SetKeyDelay, -1, 110
   WinClose, ahk_exe {{{StartupEXE}}}
}

Return

I've also tried JoyToKey to trigger the Escape button if I hold Joy7 for 2 seconds. Again - this works for all platforms except Teknoparrot. 

My Teknoparrot settings are configured to close on escape key (0x1B).

I've also set the same key combination under Options > Controller Mappings > Close Active Window but still no go on Teknoparrot.

Very confused and stuck. Would appreciate any help. Thanks!

Are you running Teknoparrot as Admin by any chance?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...