Here is how;
 
Go to documents/my games/hawken/hawkengame/config and open HawkenInput.ini
 
Now find [HawkenGame.R_PlayerInput] and do these changes under it;
 
How to disable shift + s;
 
Replace 
Bindings=(Name="S",Command="GBA_Backward",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
 
with 
Bindings=(Name="S",Command="GBA_Backward",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=True,bIgnoreAlt=False)
 
Binding 180 to single key;
 
This binds 180 to X
Bindings=(Name="X",Command="GBA_Boost | GBA_Backward",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
 
 
Same for sideways dodges;
 
Replace
Bindings=(Name="A",Command="GBA_StrafeLeft",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="D",Command="GBA_StrafeRight",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
 
With
Bindings=(Name="A",Command="GBA_StrafeLeft",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=True,bIgnoreAlt=False)
Bindings=(Name="D",Command="GBA_StrafeRight",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=True,bIgnoreAlt=False)
 
and add these (using Q and E here)
Bindings=(Name="Q",Command="GBA_Boost | GBA_StrafeLeft",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=True,bIgnoreAlt=False)
Bindings=(Name="E",Command="GBA_Boost | GBA_StrafeRight",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=True,bIgnoreAlt=False)
 
 
This is just something I quickly came up with so im not sure if everything works. But it still should work as long as I didnt make any stupid mistakes.
					
					
					
							Edited by Silent_, 03 June 2015 - 02:42 AM.