From f05be01fba0113c324e0051b8997ef8c2ed90722 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Tue, 30 May 2023 15:15:20 +0200 Subject: Change volume adjustment key bindings Use the much more obvious ones. --- nncmpp.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nncmpp.adoc') diff --git a/nncmpp.adoc b/nncmpp.adoc index 5b1cfdb..2fc8361 100644 --- a/nncmpp.adoc +++ b/nncmpp.adoc @@ -117,8 +117,8 @@ as in the snippet above. To replace the default volume control bindings, use: .... normal = { - "M-PageUp" = "pulse-volume-up" - "M-PageDown" = "pulse-volume-down" + "+" = "pulse-volume-up" + "-" = "pulse-volume-down" } .... -- cgit v1.2.3-54-g00ecf