From 1261e238639d99e7fcbc9fad89478cbc35ce8bfc Mon Sep 17 00:00:00 2001 From: Valentin Korenjak Date: Fri, 6 Mar 2026 17:27:19 +0100 Subject: [PATCH] =?UTF-8?q?dodal=20=C5=A1e=20mapping=20nekaterih=20tipk=20?= =?UTF-8?q?z=20numeri=C4=8Dne=20tipkovnice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projector.py | 3 +++ 1 file changed, 3 insertions(+) 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()