diff --git a/projector.py b/projector.py index d764034..ac5d39b 100755 --- a/projector.py +++ b/projector.py @@ -74,8 +74,11 @@ class SongProjector: root.bind("", self.enter_pressed) root.bind("", self.enter_pressed) root.bind("", self.clear_screen) + root.bind("", self.clear_screen) root.bind("", self.prev_page) + root.bind("", self.prev_page) root.bind("", self.search_song) + root.bind("", self.search_song) root.bind("", self.key_pressed) screen_width = root.winfo_screenwidth()