mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 14:15:41 +00:00
Keyboard default selected key is enter
This commit is contained in:
@@ -97,7 +97,8 @@ class Keyboard(BaseScreen):
|
||||
(self.size[0], self.base_height),
|
||||
center=False, scroll_no_fit=False)
|
||||
self.other_objects.set_object("text", button)
|
||||
self.change_selected(0, 0)
|
||||
self.selected_others = 3
|
||||
self.set_selected_other()
|
||||
|
||||
def update(self, screen):
|
||||
screen.fill((0, 0, 0))
|
||||
|
||||
Reference in New Issue
Block a user