Add run_external_console_command action for running terminal applications

This commit is contained in:
Andrzej Rybczak
2020-12-20 17:11:01 +01:00
parent 948d168790
commit 0458c98bae
5 changed files with 42 additions and 2 deletions

View File

@@ -97,6 +97,10 @@
## - run_external_command "command" - runs given command using
## system() function.
##
## - run_external_console_command "command" - runs given console
## 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