mirror of https://gitlab.com/basile.b/dexed.git
18 lines
619 B
Markdown
18 lines
619 B
Markdown
---
|
|
title: Widgets - process input
|
|
---
|
|
|
|
{% include xstyle.css %}
|
|
|
|
### Process input
|
|
|
|
The process input widget is used to pass input to a processes that are executed within Coedit.
|
|
|
|

|
|
|
|
- <img src="{%include icurl%}other/pencil_go.png" class="tlbric"/>: Sends the text to the process, also works with <kbd>ENTER</kbd>.
|
|
- <img src="{%include icurl%}other/pencil_delete.png" class="tlbric"/>: Closes the process input stream.
|
|
- <img src="{%include icurl%}other/cancel.png" class="tlbric"/>: Forces the process termination.
|
|
|
|
The input text can contain [symbolic strings](features_symbolic_strings).
|