Hi all,
I am trying to create an AutoHotKey script to simulate LCtrl pressed and LShift pressed to insert coins but nothing seem to work. I succesfully simulate start for player 1 & 2 with SendRaw:
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
1Joy13::Send {Esc}
1Joy9::Send {LControl}
2Joy9::Send {LShift}
1Joy10::SendRaw {& down}
2Joy10::SendRaw {é down}
Escape::
Process,Close,aliens dehasped.exe
ExitApp
Return