Jump to content
Dante Unbound: Share Bug Reports and Feedback Here! ×

Aim


Xandos88
 Share

Recommended Posts

Hey all, downloaded the game two days ago and I found the time to write just now, no comment for the game, epicness everywhere! Really good job devs^^

one questione (saw tons of discussion, didnt had time to look for it, wanna log in back again xD) there will be possibility to switch option with the single click to aim instea of the hold to aim like it is now?

Cheer^^

Link to comment
Share on other sites

If you want toggle-aim, I wrote up a script in AutoHotkey just for you. However it'd require you to change your aim toggle key in the game settings to J. You'd still use the right mouse button to aim, but it should be set to J in settings so that the script works.

;This line makes the script only run for warframe

#IfWinActive ahk_class EvolutionEvolutionGfxD3D11

;Aim-Toggle

;Requires "Aim Weapon" be set to J in Warframe's settings.

$RButton::

If t := !t

SendInput {j down}

Else

SendInput {j up}

Return

TO use this, install autohotkey, then create a new .txt file in notepad and paste the script into it, saving it as Aim-Toggle.ahk or whatever. After that, run the AHK file, and if Aim Weapon is set to J in your warframe options it'll work.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...