enter to select
This commit is contained in:
parent
f01fae27d7
commit
23c254a180
@ -88,6 +88,8 @@ class BingoBoard(Widget):
|
||||
self.cursor_x -= 1 if self.cursor_x > 0 else 0
|
||||
case 'right':
|
||||
self.cursor_x += 1 if self.cursor_x < 4 else 0
|
||||
case 'enter':
|
||||
fields[self.fieldnum_from_cursor()].on_click()
|
||||
fields[self.fieldnum_from_cursor()].set_highlighted(True)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user