How do I sent key combos with the new GEMUS command Run_Emulator_Send_Keys(), likeJimbo wrote:Ok, finally got Run_Emulator_Send_Keys() Gemus function working (thanks for the tip AAG).
Tested on WinVICE, works a charm. Works on DOS apps too: -
Run_Emulator_Send_Keys([5]HELLO{ENTER}[2]JIMBO||100)
The above will wait 5 seconds, then send "HELLO" keys and enter key, then wait 2 seconds, then send "JIMBO". It works with Function keys etc, and shift/alt/control combos work.
- Alt+F
- Shift+F4
- Ctrl+C
/EDIT:
Nevermind, just read your updated documentation. Everything is clearly explained there.
/EDIT 2:
Is there a way to send variables like %gamepathfile% with the new Run_Emulator_Send_Keys() function?