Posted October 10, 2018
jackal1234
New User
jackal1234 Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Apr 2017
From Canada
SlicerDicer
New User
SlicerDicer Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Apr 2012
From United States
Posted December 25, 2018
CMiq: Setting this up in and getting Autohotkey to override the locked keys is quite simple actually. It's also rather quick and dirty but it does what it's supposed to do, at least for me:
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
though it seems that the developer's have abandoned the game (last update a year ago) I thank you for the quick Auto hotkey script. 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
foo_ Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat 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_