bindings: fix typos in configuration file

This commit is contained in:
Andrzej Rybczak
2012-09-30 16:11:40 +02:00
parent 9d8e6a2687
commit 523b308553

View File

@@ -17,7 +17,7 @@
## 2) It's possible to bind more that one action at once ## 2) It's possible to bind more that one action at once
## to a key. It can be done using the following syntax: ## to a key. It can be done using the following syntax:
## ##
## key_def "key" ## def_key "key"
## action1 ## action1
## action2 ## action2
## ... ## ...
@@ -42,7 +42,7 @@
## to crop playlists, you need to put the following ## to crop playlists, you need to put the following
## into configuration file: ## into configuration file:
## ##
## key_def "C" ## def_key "C"
## dummy ## dummy
## ##
## After that ncmpcpp will not bind any default action ## After that ncmpcpp will not bind any default action