[Tool] AutoHotkey scripts

Use Movement skill even when Right Clicking UI elements

It triggered me in Diablo III that you cannot Leap/Teleport/etc. on UI with Right Click. The solution there was to hide UI for a brief moment when Right Clicking. Grim Dawn doesn’t have this option but fortunately controls are not as restrained as in D3 and you can solve the problem with a simple one-liner.

~RButton::Send {7}

[Right Click becomes Right Click + 7, set Right Click to nothing and 7 to Movement Skill]