From 033ee8cd0a13ead65c45c3489ad7e71ea9bfc353 Mon Sep 17 00:00:00 2001 From: epos95 Date: Wed, 30 Jun 2021 23:24:47 +0200 Subject: [PATCH] Added support for using spacebar in configuration file --- bin/miniplayer | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/miniplayer b/bin/miniplayer index 1a39ec9..14b0d46 100755 --- a/bin/miniplayer +++ b/bin/miniplayer @@ -455,7 +455,8 @@ class Player: curses.KEY_LEFT: "left", curses.KEY_RIGHT: "right", curses.KEY_ENTER: "enter", - 10: "enter" + 10: "enter", + 32: "space" } if self.checkSongUpdate() == 1: