def __init__(self, btns): super(SongListBox, self).__init__(urwid.SimpleFocusListWalker(btns)) self._command_map['j'] = 'cursor down' self._command_map['k'] = 'cursor up'