my targetting fix
Posted: December 24th, 2006, 12:37 pm
So in my keymap I have left click do "Primary Action / Primary Attack" but the problem is it should be "Set Intended Target/Primary Action/Primary Attack"
I hate having to press 1 key to set intended target and then the normal one to interact. So i made an auto hot key script to fix this.
download this software
Register to unlock hidden link
In your keymap, F12 to set intended target.
and run the attached auto it script.
.ahk extension was not allowed, so just remove the .txt and make the file swg.ahk to run after installation.
You can edit it if you want to change the set intended target hotkey if you choose.
Script contents look like this, its only active when SWG is active window.
#IfWinActive, ahk_class Star Wars Galaxies
~*$LButton::
Send {F12}
Send {LButton down}
return
#IfWinActive
I hate having to press 1 key to set intended target and then the normal one to interact. So i made an auto hot key script to fix this.
download this software
Register to unlock hidden link
In your keymap, F12 to set intended target.
and run the attached auto it script.
.ahk extension was not allowed, so just remove the .txt and make the file swg.ahk to run after installation.
You can edit it if you want to change the set intended target hotkey if you choose.
Script contents look like this, its only active when SWG is active window.
#IfWinActive, ahk_class Star Wars Galaxies
~*$LButton::
Send {F12}
Send {LButton down}
return
#IfWinActive