Mar 18, 2012 00:28
Hi there.
You might find this autohotkey script usefull somehow. It remaps keys 1 and 2. You can extend the logic as you need.
------------------8<-----------------
; Autohotkey hotkeys remap script for Mass Effect 3
#IfWinActive, Mass Effect 3
{
1::2
2::1
}
------------------8<-----------------
Enjoy!
P.s. sorry for dup if any.
mass effect 3,
multiplayer,
pc