bindings: initial support for running external commands

This commit is contained in:
Andrzej Rybczak
2012-10-03 20:29:02 +02:00
parent f5cf0a97cc
commit 802886c2e5
4 changed files with 29 additions and 0 deletions

View File

@@ -95,6 +95,9 @@
## selected_items_adder, server_info, song_info,
## sort_playlist_dialog, tiny_tag_editor.
##
## - run_external_command "command" - runs given command using
## system() function.
##
## 5) In addition to binding to a key, you can also bind actions
## or chains of actions to a command. If it comes to commands,
## syntax is very similar to defining keys. Here goes example