Command Clipboard Lower Case

The LowerCaseClipboard command converts the clipboard content to lowercase.

Example

In the following expansion:

{Ctrl Shift Left}
{CopySelection}
{LowerCaseClipboard}
{Paste}
  1. {Ctrl Shift Left} selects the previous word,
  2. {CopySelection} copies the selection to the clipboard,
  3. {LowerCaseClipboard} lowercases the clipboard content,
  4. and finally {Paste} pastes the clipboard content,
    thereby overwriting the selected word with its lowercase version.