to type a command in a CPC-Emulator (wich is emulated in the Enterprise 128 Emulator) i need to specify the shift-key, wich i need to use......
Well, it's hard to explain for me in english......
the sending command should be :
run "gamename
so the Emulator_Send_Key - command is :
run {C34}%gamename_value% (or run +2%gamename_value%)
but this command will always use the left shift-key plus Number 2.....
But i need to use the right shift-Key plus Number 2 on my keyboard....
Is there a way to specify this in the Send_Key - Function ?
otherwise i have a big problem


The lines in my Enterprise-Script :
;Run CPC-Game in EP Amstrad-Emulator
;-------------------------------------------------
ElseIf Key_emulator CONTAINS(cpc)
Add_CLP(-cfg %emupath%\config\ep128hun\EP_128k_Tape_FileIO_TASMON.cfg)
Run_Emulator_Send_Keys([3]{Enter}[2]{F1}[-1][1]%gamepathfile%{Enter}[-80][3]run +2%gamename_value%{Enter}||50)