I am not able to switch left shift key to right shift key in AutoHotkey. I tried this code to switch but it worked perfectly for up, down, left and right arrows but didn't work for shift keys. Here's the code..
up::w
down::s
left::a
right::d
freerun::LShift
Numpad8::up
Numpad8::up
Numpad5::down
Numpad4::left
Numpad6::right
RShift::freerun
NumpadAdd::Enter
NumpadEnter::Backspace
freerun::
bind to? This isn't a valid hotkey. – Nelson