mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +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),
|
(self.size[0], self.base_height),
|
||||||
center=False, scroll_no_fit=False)
|
center=False, scroll_no_fit=False)
|
||||||
self.other_objects.set_object("text", button)
|
self.other_objects.set_object("text", button)
|
||||||
self.change_selected(0, 0)
|
self.selected_others = 3
|
||||||
|
self.set_selected_other()
|
||||||
|
|
||||||
def update(self, screen):
|
def update(self, screen):
|
||||||
screen.fill((0, 0, 0))
|
screen.fill((0, 0, 0))
|
||||||
|
|||||||
Reference in New Issue
Block a user