Autohotkey

Hi, could you tell me if simple remap keys using external program AutoHotKey is legal? Which of the given examples are legal and which are not?

  1. Shift remap to NumPad0 (1 button press = 1 another button press)

  2. c+r remap to Alt+NumPad0 (2 buttons press = 2 another buttons press)

  3. v remap to Alt+NumPad0 (1 button press = 1 modifier (ctrl/shift/alt) button + 1 another button press)

Just simple remap keys, not cheats, 100 actions in 1 button, auto repeat spell etc.

thanks for answers

Probably safe but the 1 to many setups aren’t 100% safe.

It’s usually okay if you’re remapping one button with another, but if you use macro hardware or things like AHK to automate a process or basically perform more than one thing, they may catch you out.
It’s a grey area that should be considered very carefully.

I have used AutoHotKey for remapping the NumLock key since wotlk. I’m left-handed so I use the keypad for moving, spells etc, and the extra recoded button is a nice-to-have for me. :slight_smile:
The proggie is in a grey zone. But as long as you feel safe with what you do you shouldn’t have any problem.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.