Seems I cant map the KeyPressEvent, ChangedEvent, InsertAtCursor to find out when the user has pressed a key while inside the text view. Essentially what i'm trying to do is map the "ENTER" key press while in that window, and get "Control-ENTER" to go to the next line. Whats wrong with TextView, doesnt it map those events? (why do none of them respond?)