Grid Sage Forums

REXPaint => Everything REXPaint => Topic started by: Loeris on May 04, 2020, 04:50:46 AM

Title: Key rebinding
Post by: Loeris on May 04, 2020, 04:50:46 AM
I know, what there is the feature, which allows you to move overward the glyph palette with the arrows. But I find more comfortable to move by wasd, because arrows are on the right side of the keyboard and my right hand is busy with the mouse.
Can I somehow rebind the keys?
Title: Re: Key rebinding
Post by: Kyzrati on May 04, 2020, 05:06:01 AM
Nope, rebinding isn't supported by the engine itself, and not currently in REXPaint, either. It might be added in the future, but I dunno it's not really set up for that so even adding it it's kinda substandard (like what Cogmind has--they use the same engine and the latter does have a rebinding system).
Title: Re: Key rebinding
Post by: Kyzrati on May 04, 2020, 05:07:13 AM
I'm sure it's kind of annoying to do so, but I know you can technically manage rebinding for something like REXPaint via external programs like AutoHotKey, if that helps.
Title: Re: Key rebinding
Post by: Loeris on May 04, 2020, 09:12:14 AM
Okаy, I wrote a small script in AutoHotkey to do that. If anyone needs that - just input this into the AutoHotkey script:

w::~Up
a::~Left
s::~Down
d::~Right

And this will work. These letters aren't used somewhere else, so there is no need in altering them.
Title: Re: Key rebinding
Post by: gumix on May 14, 2020, 02:01:09 AM
How about text tool?

edit:
I mean, it would be impossible to type WASD characters with Text writing tool.
Title: Re: Key rebinding
Post by: Kyzrati on May 14, 2020, 09:38:59 PM
?