I need help remapping keys for Timberborn

Ask gaming related questions (AHK v1.1 and older)
Outlawstar15a2
Posts: 6
Joined: 25 Sep 2014, 23:56

I need help remapping keys for Timberborn

Post by Outlawstar15a2 » 23 Jan 2022, 16:05

So I recently purchased Timberborn only to find out it doesn't allow me to rebind keys, cool I got AHK so I didn't care, except I don't know how to rebind a key combination. Timberborn uses Shift(either shift key works) and r together to rotate buildings. How do I rebind Shift+R to numpad 2? What's the simplest way to do this?

User avatar
mikeyww
Posts: 26945
Joined: 09 Sep 2014, 18:38

Re: I need help remapping keys for Timberborn

Post by mikeyww » 23 Jan 2022, 16:09

Code: Select all

Numpad2::R
image220123-1611-001_cr.png
Key history
image220123-1611-001_cr.png (14.82 KiB) Viewed 347 times

Or:

Code: Select all

Numpad2::Send R
image220123-1614-001_cr.png
Key history
image220123-1614-001_cr.png (8.35 KiB) Viewed 343 times

Outlawstar15a2
Posts: 6
Joined: 25 Sep 2014, 23:56

Re: I need help remapping keys for Timberborn

Post by Outlawstar15a2 » 23 Jan 2022, 16:41

mikeyww wrote:
23 Jan 2022, 16:09

Code: Select all

Numpad2::R

image220123-1611-001_cr.png


Or:

Code: Select all

Numpad2::Send R

image220123-1614-001_cr.png
Arrigato good sir that worked! :D

Post Reply

Return to “Gaming Help (v1)”