From f05be01fba0113c324e0051b8997ef8c2ed90722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Tue, 30 May 2023 15:15:20 +0200 Subject: Change volume adjustment key bindings Use the much more obvious ones. --- nncmpp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nncmpp.c') diff --git a/nncmpp.c b/nncmpp.c index e05af0b..5ea6543 100644 --- a/nncmpp.c +++ b/nncmpp.c @@ -3073,8 +3073,8 @@ g_normal_defaults[] = { "Space", ACTION_MPD_TOGGLE }, { "C-Space", ACTION_MPD_STOP }, { "u", ACTION_MPD_UPDATE_DB }, - { "M-PageUp", ACTION_MPD_VOLUME_UP }, - { "M-PageDown", ACTION_MPD_VOLUME_DOWN }, + { "+", ACTION_MPD_VOLUME_UP }, + { "-", ACTION_MPD_VOLUME_DOWN }, }, g_editor_defaults[] = { -- cgit v1.2.3