I'm not too experienced with AutoHotKey or coding for that matter, so here's a simple script:
Code:
ScrollLock::Suspend
w::up
a::left
s::down
d::right
Scroll Lock key toggles the script on and off. WASD act as up/down/left/right. Once the script is off, WASD resume their normal functions.
Only thing, when you start up the script it's at the ON state.
(08-10-2017, 05:30 PM)maddog_dave Wrote: That,s why I wrote it to be dependent on the ScrollLock key - So you can toggle it off and (when it works) they'll switch back so you can type.
Well, at least that's the plan.
Whoops, my mistake, missed that! Still, it should be possible to make something that listens to the current state of the chat box and can toggle the remap accordingly.
It should be - I just can't get it to work (new to AutoHotKey). Also, still waiting for my forum account on their site to be activated, so can't post the code on there.