Jump to content

Azimov

Member
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Azimov

  1. I got a basic inventory toggle working with AutoHotkey using this script.

    $i::
    n:=!n ; invert or reverse the prior value, 1 or 0 are the only choices
    if n=1
    send {i}
    else
    send {enter}
    return

    Press "i" once to open the inventory, again to send an "enter" to close it.

    It's not perfect, if you open a container with a right click, then you still need to hit enter, or escape, or press i twice.

    For ground looting, or swapping equipment about though it works fine.

  2. Little things abound that bug the hell out of me, for example, a hotkey that opens the inventory but the same hotkey doesn't close the inventory.

     

    Being forced to either click the checkmark or move over to the ESC key just drives me batty.

    Yeah that really irritates me as well.

    Is there any way to mod the i key to act as a toggle?

×
×
  • Create New...