mirror of https://gitlab.com/basile.b/dexed.git
doc, tlbr icons
This commit is contained in:
parent
5faab426b2
commit
36832925f1
|
@ -1,9 +0,0 @@
|
|||
.tlbr-ic {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
box-sizing: content-box;
|
||||
padding: 2px;
|
||||
margin: 0 0 0 0;
|
||||
border-style: none;
|
||||
border: 0 0 0 0;
|
||||
}
|
|
@ -9,8 +9,8 @@ The process input widget is used to pass input to a processes that are executed
|
|||
|
||||

|
||||
|
||||
- {: .tlbr-ic}: sends the text to the process, also works with <kbd>ENTER</kbd>.
|
||||
- {: .tlbr-ic}: closes the process input stream.
|
||||
- {: .tlbr-ic}: forces the process termination.
|
||||
- <img src="https://raw.githubusercontent.com/BBasile/Coedit/master/icons/other/pencil_go.png" class="tlbric"/>: sends the text to the process, also works with <kbd>ENTER</kbd>.
|
||||
- <img src="https://raw.githubusercontent.com/BBasile/Coedit/master/icons/other/pencil_delete.png" class="tlbric"/>: closes the process input stream.
|
||||
- <img src="https://raw.githubusercontent.com/BBasile/Coedit/master/icons/other/cancel.png" class="tlbric"/>: forces the process termination.
|
||||
|
||||
The input text can contain [symbolic strings](features_symbolic_strings).
|
||||
|
|
Loading…
Reference in New Issue