From ed9cfefe16a8c8cbb74ce4ac80fc79c27e8b7aea Mon Sep 17 00:00:00 2001 From: Febbweiss Date: Tue, 9 May 2017 08:25:30 +0200 Subject: [PATCH] Update gpio_inpput_manager.py --- mopidy_touchscreen/input/gpio_inpput_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy_touchscreen/input/gpio_inpput_manager.py b/mopidy_touchscreen/input/gpio_inpput_manager.py index 4e6b012..8ae4169 100644 --- a/mopidy_touchscreen/input/gpio_inpput_manager.py +++ b/mopidy_touchscreen/input/gpio_inpput_manager.py @@ -59,7 +59,7 @@ def left(channel): else: type = pygame.KEYDOWN dict['unicode'] = None - dict['key'] = pygame.K_RIGHT + dict['key'] = pygame.K_LEFT event = pygame.event.Event(type, dict) pygame.event.post(event)