Tagman -> RE: Any way to change keybinding? (6/7/2020 2:17:15 PM)
|
I created a quick-and-dirty workaround with autohotkey. See the script and already compiled program in the linked archive. This script basically rebinds WASD to the arrow keys and shift+WASD to the orginally WASD keybinds. Right now these rebinds are apllied everywhere. You need to pause/suspend the script in the taskbar, to have normal binds again. If this script is actually usefull, I could make it a bit more user friendly. You can check my profile for the link to the script or pm me if its not visible. As I can't attach archives directly to this post and also cannot link directly in posts yet. Src:
a::Left
w::Up
d::Right
s::Down
<+w::w
<+a::a
<+s::s
<+d::d
|
|
|
|