aboutsummaryrefslogtreecommitdiff
path: root/nncmpp.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'nncmpp.adoc')
-rw-r--r--nncmpp.adoc4
1 files changed, 2 insertions, 2 deletions
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"
}
....