Multiline Text Input: Ignore a key?

I’ve currently got the Tab key assigned in my Input Context Map to trigger a message box to display. However, I want to be able to press the Tab key again, and the Message Box will hide, but the problem is that the Input Box is consuming the input instead.

Is there anyway I can ignore a keystroke from being consumed by the Input Box?

Nevermind. I figured it out. OnKeyDown Function with the following code added:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.