Hi,
I was searching for an application to remap keyboard controls and finally found one.
(autohotkey) Its a free tool. This lets you write small scripts (very very easy) to reconfigure keyboard keys and compile them to .exe files. Just run them before you invoke the game.
Scripts is as simple as this :
z::s
x::a
This means key 'z' will act as 's'. 's' still continues to act as 's'. Silimarly 'x' acts as 'a'.
It has mapping capability for Shift,Control and Al keys also.
Hope this info helps.
Karthik
I was searching for an application to remap keyboard controls and finally found one.
(autohotkey) Its a free tool. This lets you write small scripts (very very easy) to reconfigure keyboard keys and compile them to .exe files. Just run them before you invoke the game.
Scripts is as simple as this :
z::s
x::a
This means key 'z' will act as 's'. 's' still continues to act as 's'. Silimarly 'x' acts as 'a'.
It has mapping capability for Shift,Control and Al keys also.
Hope this info helps.
Karthik