mirror of https://gitlab.com/basile.b/dexed.git
17 lines
621 B
Markdown
17 lines
621 B
Markdown
---
|
|
title: Widgets - Process Input
|
|
header-includes: <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.2/anchor.min.js"></script>
|
|
---
|
|
|
|
The process input widget is used to pass input to the processes that are executed within Dexed.
|
|
|
|

|
|
|
|
- : 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.html).
|
|
|
|
<script>anchors.add();</script>
|