From 523b308553fe737e0a52869e60a8f764b97d895f Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Sun, 30 Sep 2012 16:11:40 +0200 Subject: [PATCH] bindings: fix typos in configuration file --- doc/bindings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/bindings b/doc/bindings index 861ec216..e8cd1dda 100644 --- a/doc/bindings +++ b/doc/bindings @@ -17,7 +17,7 @@ ## 2) It's possible to bind more that one action at once ## to a key. It can be done using the following syntax: ## -## key_def "key" +## def_key "key" ## action1 ## action2 ## ... @@ -42,7 +42,7 @@ ## to crop playlists, you need to put the following ## into configuration file: ## -## key_def "C" +## def_key "C" ## dummy ## ## After that ncmpcpp will not bind any default action