The
RemoveEmptyLinesClipboard command removes empty lines from the clipboard content.
Example
In the following expansion:
{Ctrl A}
{CopySelection}
{RemoveEmptyLinesClipboard}
{Paste}
- {Ctrl A} selects all the text,
- {CopySelection} copies the selection to the clipboard,
- {RemoveEmptyLinesClipboard} removes empty lines from the clipboard content,
-
and finally {Paste} pastes the clipboard content,
thereby overwriting the selection with its version without empty lines.