Hi,
i have the follwing sega light gun games Virtua Squad (Pause key + f3, exit + alt f4), Virtua Cop 2 (Pause = f3, exit = alt+f4), House of The Dead (pause = p, exit = alt+f4), House Of The Dead 2 (Pause = enter, exit = escape), House of the dead 3 (pause = enter, exit = alt+f4). Now i run all thse games under mamewah andon my control panel puase=p and exit = escape so i want to be able to remap the keys to reflect that and then after i exit each individual games p stills eguals pand esc still equls escape. Now i think autohotkey can do this but waht script do i need and where in my batch files do i enter it. to run the above games i do the follwing
*** Virtua Cop batch ***
@ECHO OFF
D:
CD BATCH
Virtua Cop.BRS
**** Virtua Cop.brs ***
d:\prorgam files\vc.exe
So where do i enter a autohotkeyscript to do what iwant and what should it say??
thanks in advance