diff --git a/cbz/player.py b/cbz/player.py index 3ffaf52..976384d 100644 --- a/cbz/player.py +++ b/cbz/player.py @@ -257,7 +257,7 @@ class Player: self.root.bind('', lambda event: self.one_next()) # Bind Ctrl+C to exit application - self.root.bind('', lambda event: self.root.quit()) + self.root.bind('', lambda event: self.root.quit()) # Bind the configure event to handle window resize self.root.bind('', lambda event: self.on_window(event))