mirror of https://gitlab.com/basile.b/dexed.git
12 lines
619 B
Markdown
12 lines
619 B
Markdown
### Process input
|
|
|
|
The process input widget is used to pass input to a processes that are executed within Coedit.
|
|
|
|

|
|
|
|
- : sends the text to the process, also works with <kbd>ENTER</kbd>.
|
|
- : closes the process input stream.
|
|
- : forces the process termination.
|
|
|
|
The input text can contain [symbolic strings](features_symbolic_strings).
|