How to? WSAD to Walk | WSAD + R Mouse to Run | E To trigger Action

I’ve been “reverse engineering” the Bootcamp v1.0 and 3rd Person Shooter v1.01 scripts but I guess I’m not a programmer.

In Bootcamp v1.0:

WSAD = Walk
WSAD + Shift = Run
R Mouse = Aim

I’ve seen the input settings, Fire 1, 2 ,3 are left ctrl, left alt, left cmd.
So my guess the key stroke are initialise through scripting.

I’ve look through the “Soldier” script folder but I can’t find anywhere where the key stroke being define.

Anyone free enough to help me point out the right direction to accomplish this? (in C# preferably)

Actually I just need this feature for now, the soldier scripting have more features that I don’t need at the moment.

Project Settings>Input, I think

Err… I’ve checked that. Like I said the value there is the default left ctrl, left alt, left cmd, not left shift or right mouse clicks.