Azimov
-
Posts
2 -
Joined
-
Last visited
Content Type
Profiles
Forums
Blogs
Posts posted by Azimov
-
-
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?

GUI
in Avernum Trilogy (2011-2018 remake versions)
Posted
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} returnPress "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.