Hi Guys,
Just wondering if EventGhost can scan an application e.g a game and detect when you press ESC at any time during the game being active. If ESC is pressed it will then send a predefined sequence of keystrokes to emulate going to the game menu and selecting options to exit the game. So the real need is to emulate the ESC to be the exit trigger for the application instead of, ESC, down, down, down, enter, yes etc
Thanks in advance
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
scan an app, wait for keystroke and emulate keystrokes?
-
majorspawn
- Posts: 4
- Joined: Thu Sep 19, 2013 4:56 am
Re: scan an app, wait for keystroke and emulate keystrokes?
I'm not sure EventGhost can do this for your game, but it worked when I tried in Notepad.
You need the "Keyboard" plugin then get the event for "ESC" (The keyboard plugin creates event for all keys you press, and as a result I started to get double events for my arrow keys and maybe others too, so beware
)
Then use "Emulate keystroke" action to send the keys you want to send instead of ESC.
(Non EventGhost related tip) This type of keyboard remapping for games I use Autohotkey might be better suited for controlling games.
jonib
You need the "Keyboard" plugin then get the event for "ESC" (The keyboard plugin creates event for all keys you press, and as a result I started to get double events for my arrow keys and maybe others too, so beware
Then use "Emulate keystroke" action to send the keys you want to send instead of ESC.
(Non EventGhost related tip) This type of keyboard remapping for games I use Autohotkey might be better suited for controlling games.
jonib
