I'm using an edit box as part of an inventory function tht takes input from a player. Space bar is used to open and close the inventory. If I set focus on the edit box it works great. However, if i later set focus off (using the action) or disable (again with an action) the edit box, although those functions work, spacebar no longer opens or closes the inventory. It is clear that the edit box is still intercepting the keypresses because if i set it to read only or don't disable / defocus it spacebar will work correctly). Any way to get around this?