GSmog Posted November 13, 2015 Share Posted November 13, 2015 (edited) Toggle aim shouldnt be too hard I think, I saw people mentioned some third party program that could accomplish it by changing the signals of the keyboard and mouse but I dont wanna have to use something like that for what should have been a basic option. Essentially dont have the ADS removed when you release the mouse button, and instead have it removed when its pressed again. Other than that, is it possible to make a hotkey for certain buttons without needing to go into favorites first? Like 1234, or maybe hitting F for favorites instead of the current way of hitting F toggles the favorite menu. Its like, really, what the f***... why does favorites toggle but not aiming? One should hold F to choose from a list of favorites, and tap F to cycle through them~ Oh... and a fix for holding breath being tied to alt for litterally no good reason I can think of. Honestly I dont know what they were thinking, but wouldn't it be more natural to have it had been shift/sprint? Not like we need to sprint and aim down sights anyway right? >.> Edited November 13, 2015 by GSmog Link to comment Share on other sites More sharing options...
twinsuns91 Posted November 13, 2015 Share Posted November 13, 2015 +1 for aim toggle. I'm used to having aim bound to the middle mouse and I personally need to be able to toggle to make it work for me. Also you can already assign items to 0-9 keys by putting them in the corresponding slot in the favorites menu, thus bypassing the need to even bring up the favorites menu in-game. Link to comment Share on other sites More sharing options...
GSmog Posted November 13, 2015 Author Share Posted November 13, 2015 +1 for aim toggle. I'm used to having aim bound to the middle mouse and I personally need to be able to toggle to make it work for me. Also you can already assign items to 0-9 keys by putting them in the corresponding slot in the favorites menu, thus bypassing the need to even bring up the favorites menu in-game.Wait, you can bind melee weapons and other such items to keys? Please explain how this works, dont leave me hanging like that~ Link to comment Share on other sites More sharing options...
M3RCH4N3RY Posted November 13, 2015 Share Posted November 13, 2015 Until somebody does create an actual mod I found a workaround which could help you for the time being. http://steamcommunity.com/app/377160/discussions/0/496880503082637655/ Link to comment Share on other sites More sharing options...
GSmog Posted November 13, 2015 Author Share Posted November 13, 2015 (edited) yea like i said in my first post I know theres programs that do this I just wanted to avoid it if i could. I guess Ill try it out though. The original post I saw that fixed it mentioned autohotkey I assume is newer than the glovepie thing, and it uses this instead *RButton Up::If (Toggle := !Toggle){Send {Click Down Right}}Else{Send {RButton up}}Return Edited November 13, 2015 by GSmog Link to comment Share on other sites More sharing options...
SunWorshiper Posted November 19, 2015 Share Posted November 19, 2015 (edited) Someone really should get this mod made. Should be so easy. :geek: Edited November 19, 2015 by SunWorshiper Link to comment Share on other sites More sharing options...
Crokas Posted November 19, 2015 Share Posted November 19, 2015 still no solutions?... Link to comment Share on other sites More sharing options...
yoSRP Posted November 28, 2015 Share Posted November 28, 2015 (edited) Meanwhile we are waiting for a propa mod, I modified an existing Autohotkey script slightly, so it will only work within the Fallout4 instance/windows (and not in your browser etc). to toggle your aim with clicking your right mouse. Just copy this into an empty .txt file and load it with Autohotkey: SetTitleMatchMode, 2 #SingleInstance Force #IfWinActive, Fallout4 *RButton Up:: If (Toggle := !Toggle){ Send {Click Down Right} } Else{ Send {RButton up} } Return #IfWinActive Edited November 28, 2015 by yoSRP Link to comment Share on other sites More sharing options...
eonsilver Posted December 12, 2015 Share Posted December 12, 2015 can some oen explain how to use auto-hotkey ? Link to comment Share on other sites More sharing options...
Guest HunterL1fe9 Posted April 20, 2016 Share Posted April 20, 2016 Meanwhile we are waiting for a propa mod, I modified an existing Autohotkey script slightly, so it will only work within the Fallout4 instance/windows (and not in your browser etc). to toggle your aim with clicking your right mouse. Just copy this into an empty .txt file and load it with Autohotkey: SetTitleMatchMode, 2#SingleInstance Force#IfWinActive, Fallout4 *RButton Up::If (Toggle := !Toggle){Send {Click Down Right}}Else{Send {RButton up}}Return#IfWinActive Hello. Unfortunately this script doesn't work for me. My right mouse click suddenly started to malfunction in fallout 4 when aiming with right mouse. So i wanted to toggle the right hand click using autohotkey. I used your script but unfortunately it doesn't work. What could i do wrong? What am i missing? Link to comment Share on other sites More sharing options...
Recommended Posts