From ebe6b298582107e0e2af17d1aa293287b3962e89 Mon Sep 17 00:00:00 2001 From: Fe3O4 Date: Sun, 20 Dec 2020 08:16:01 +0800 Subject: [PATCH] Fix volume_up keymap Simply use '=' instead of '+' (no need to press 'shift' anymore). --- NEMbox/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEMbox/config.py b/NEMbox/config.py index 32f8bba3..71a2586f 100644 --- a/NEMbox/config.py +++ b/NEMbox/config.py @@ -178,7 +178,7 @@ def __init__(self): "jumpIndex": "G", "playPause": " ", "shuffle": "?", - "volume+": "+", + "volume+": "=", "volume-": "-", "menu": "m", "presentHistory": "p",