Quote:
Originally Posted by SteamWake
...
Anyhow I edited the following
Quote:
[Cmd192]
Name=Dive
Ctxt=1
Str=1030
Key0=0x44,Cc,"Ctrl+D"
[Cmd193]
Name=Surface
Ctxt=1
Str=1031
Key0=0x53,Cc,"Ctrl+S"
|
...
|
All are very simply ... look above and below:
C - it's Crew Command (... ,C, ...);
c - it's additional key Ctrl (... ,c, ...) or (... ,Cc, ...);
s - it's additional key Shift (... ,s, ...) or (... ,Cs, ...);
R -
to keep key of pressed (... ,R, ...) and so on ...
Quote:
I tried correcting the syntax from 'CTRL D' to 'Ctrl+D' still doesent work.
|
It's only comments for you ...