Ahrijlaken.9541 Posted November 27, 2018 Share Posted November 27, 2018 Hi,I get some problem with how targetting work ( i tested action cam too ). I don't like using tab and i prefer to use my right hand ( mouse hand ) to change targeting while my left hand is pressing spells.And because im already using buton 3/4/5 of my mouse ( also shift + b3/b4/b5 and alt + b3/b4/b5 ) it will be gread to change target with the wheel and having shift + wheel to zoom in and out. Im pretty sure it's possible to make it happen with autohotkey but i don't know how to use it :(Like for exemple i bind " next target " to T and then i use autohotkey to make the game think wheel up = T ... so when i use wheel up it will press T and execute "next target ". I guess it's possible but do you guys know the command i must type in autohotkey ? Link to comment Share on other sites More sharing options...
Khisanth.2948 Posted November 27, 2018 Share Posted November 27, 2018 https://www.autohotkey.com/docs/Hotkeys.htm#WheelYou can use WheelUp and WheelDown for the keyYou probably want to use them with a modifier key otherwise it would interfere with your ability to do things like scroll your inventory.#IfWinActive ahk_class ArenaNet_Dx_Window_ClassWheelUp::Send Treturn#IfWinActive Link to comment Share on other sites More sharing options...
Ahrijlaken.9541 Posted November 28, 2018 Author Share Posted November 28, 2018 Thanks i will test it Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.