def keypress(self, size, key): print 'here' raise urwid.ExitMainLoop() if key == 'esc': self.escape_method() return key