summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2012-10-03 20:29:02 +0200
committerAndrzej Rybczak <electricityispower@gmail.com>2012-10-03 20:29:02 +0200
commit802886c2e5184aadc663b311d13318240a137edf (patch)
treecf01d12d156bd182511fd52ab52486e8653c1048 /doc
parentf5cf0a97cc1b7f0eb70382ac885e05801d07525a (diff)
bindings: initial support for running external commands
Diffstat (limited to 'doc')
-rw-r--r--doc/bindings3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bindings b/doc/bindings
index e8cd1dda..c7643155 100644
--- a/doc/bindings
+++ b/doc/bindings
@@ -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