firsTraveler Posted December 13, 2015 Share Posted December 13, 2015 I made a autohotkey script that works fine except in the settlement building ui (which is why I made one in the first place!). If you remap movement in the setting menu to the arrow key you cant move with this ui open. Up::wDown::sLeft::aRight:: d The problem is now I can move with the settlement ui open but I now can not navigate the menu. Is there some way I can disable the autokeys in game only when the settlement ui is open? Or is there another solution that will let me move and use the menu? Thank you Link to comment Share on other sites More sharing options...
roamwild Posted December 14, 2015 Share Posted December 14, 2015 I include the lines below in all of my ahk scripts. ^+ is a ctrl+shift combo, you can of course change the activators to whatever suits you. The Suspend command will toggle all hotkeys on/off and allow the original keys to pass through to the game.^+e::Edit^+t::Suspend^+r::Reload Link to comment Share on other sites More sharing options...
Recommended Posts