You must be registered to see the links
plus this type of thing:Usually controls become bothersome whenever I play a game that requires more than just a mouse. And that happens quite often as I play mostly RPGM games.
This combo has finally solved my problem.
AutoHotKey let's you freely remap all keys to your liking. That way you can also turn the Numpad sideways for better comfort.
With Num Lock you can even assign two functions per key and switch on the fly.
And in case your regular keyboard isn't a QWERTY and you struggle sometimes with the keymapping of games, you can also just switch those keys.
You customize the keymapping by basically writing simple text files. I just use Windows Notepad.
When you run them they get active and become visible in the system tray. There you can pause or end them.
I haven't tried much yet but this is what my RPGM file looks like currently:
Numpad0::Esc
Backspace::Ctrl
NumpadAdd::q
Numpad1::Left
Numpad5::Up
Numpad3::Right
Numpad2::down <- should be "Down" but that turns into
NumPad7::Alt
It's super simple:
Left ----------------------- Middle ------------------Right
The key to assign -------- Two colons :: --------- The assigned output
You must be registered to see the links
I'm just glad that I found this and wanted to share.