The
LowerCaseClipboard command
converts the clipboard content to lowercase.
Example
In the following expansion:
{Ctrl Shift Left}
{CopySelection}
{LowerCaseClipboard}
{Paste}
- {Ctrl Shift Left} selects the previous word,
- {CopySelection} copies the selection to the clipboard,
- {LowerCaseClipboard} lowercases the clipboard content,
-
and finally {Paste} pastes the clipboard content,
thereby overwriting the selected word with its lowercase version.