Posted October 10, 2018

jackal1234
New User
Rep: 23
Registered: Apr 2017
From Canada

SlicerDicer
New User
Rep: 3
Registered: Apr 2012
From United States
Posted December 25, 2018

1) Install autohotkey and run it
2) Open AutoHotkey.ahk (there should be a green icon with a capital "H" in the system tray bottom right -> right click -> "Edit this script") and delete all of its content so that you have a blank slate
3) Add:
#IfWinActive, ELEX
e::w
s::a
d::s
f::d
with the keys in front of the double colons (e,s,d,f in this example) "acting" as if they were the keys after the double colons (w,a,s,d)
4) Save + close it and right click on the green icon in the system tray again -> "Reload this script"
5) Run ELEX and voila
I used to swap the S and X keys since that is what i prefer :).

foo_
not a New User
Rep: 68
Registered: Apr 2009
From Austria
Posted May 17, 2021
I found AHK to "work somehow"; but am not happy with it.
I want something that allows me to *rebind* the keys in use, not swap around.
This file here does exactly the job I expected, but I don't know whose googledrive it is.
https://drive.google.com/file/d/1amxrW9ofZ4SoQC50h9OQG56NBNtqWI94/view
I found it via https://steamcommunity.com/app/411300/discussions/0/3071991790350691649/
Does anybody know its source (in both meanings)? e.g. a github project or such.
I want something that allows me to *rebind* the keys in use, not swap around.
This file here does exactly the job I expected, but I don't know whose googledrive it is.
https://drive.google.com/file/d/1amxrW9ofZ4SoQC50h9OQG56NBNtqWI94/view
I found it via https://steamcommunity.com/app/411300/discussions/0/3071991790350691649/
Does anybody know its source (in both meanings)? e.g. a github project or such.
Post edited May 17, 2021 by foo_