I want the Enter key to assign focus to a text entry field for chat. I know about how GUIUtility.keyboardControl is the widget that has the text cursor. GUIUtility.GetControlID sounds like it should be what to use to find the ID I want to stick there, but the documentation page looks like a copypaste mistake and doesn’t show how to use it.