Jump to content

autohotkey issue - help please


firsTraveler

Recommended Posts

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::w

Down::s

Left::a

Right:: 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

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...