Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider donating by either clicking this text or the Patreon link on the right.

Patreon

Recommended Posts

Posted

There are certain games that I need to use the Escape key for, however, I still want the ability to exit out of the game via GameEx. Is there some way to map a different key to exiting ou of the game other than Escape?

Posted
Anyone at all?

under the emulator configuration

advanced config. cut and paste this config in your config file.

this config will perform an ALT+F4 once a specific key sequence is pressed simutansly. I use this config on all my emulators I realize ESC is used in other emus as a function. ALT+F4 will close most anything.

# This is an advanced emulator configuration file. It does things such as allow keyboard only emulators to be operated by a gamepad, wait for additional processes to exit and map keys. If this file is used it overrides the MAPKeys setting for the emulator.

[GENERAL]

# Enabled. Use this.

Enabled=True

#Make MCE Back button and X-ARCADE Escape and SlikStik Escape to close emulator process

MapBack=True

#Make Escape key close emulator process

MapEscape=False

#When exiting an emulator via the above mappings, you can specify keys in the send keys format to send instead of having GameEx close the process to cleanly exit the emulator. Such as the Q Key or ALT F4 which is %{F4}

KeysToSendOnExit=%{F4}

#Wait for keys to be processed by the emulator

EmuWaitForKeys=False

#Additional processes to wait to exit or close on exit. Dont include the .exe. Leave blank not to use.

Process1=

Process2=

Process3=

Process4=

[JOYMAPPING]

# For mapping a GamePad to keys

# Specify a virtual key code to send when the specific joystick control is pressed. Look at vkcodes.htm for codes.

JoymappingEnabled=FALSE

Left=37

up=38

Right=39

Down=40

Button1=17

Button2=18

Button3=32

Button4=53

Button5=54

Button6=49

Button7=

Button8=

Button9=

Button10=

[GAMEPADEXIT]

#MAP Gamepad controls to exit and make controls exit process

MapGamePadExit=true

#Flag the controls that exit a game by placing True next to each control. To not use the control as part of the combination use a 0

Left=0

Down=0

Right=0

Up=0

Button1=0

Button2=0

Button3=0

Button4=0

Button5=True

Button6=True

Button7=0

Button8=0

Button9=True

Button10=True

Posted

Alright, I'll try some of this out. This will be very useful for PS emulators. Thanks.

LATE EDIT:

I use a Logitech RumblePad & the software that comes with it allows me to bind certain gamepad buttons to keys, is there a way to exit back to GameEx via multiple keyboard keys like we can with gamepad keys?

Guest
This topic is now closed to further replies.
×
×
  • Create New...