Here are three commands I put into my commands.cfg file that others might find useful. The first assigns the enter key to returning time comp to normal, replacing torpedo firing (too easy to do accidentally, its now ctrl+enter):
[Cmd6]
Name=Time_compr_normal
Ctxt=1,2,6,9
Key0=0x0D,,"Enter"
[Cmd313]
Name=Fire_torpedo
Ctxt=1
Key0=0x0D,c,"Ctrl+Enter"
And these two allow radar to be turned on/off, and to order the sub to radar depth (called snorkel depth in the game):
[Cmd142]
Name=Radar_toggle_on_off
Ctxt=1
Key0=0x52,,"R"
[Cmd195]
Name=Snorkel_depth
Ctxt=1
Str=1033
Key0=0x52,c,"Ctrl+R"
|