Command Selection Lower Case

The LowerCase command converts the selected text to lowercase.

Note that:

{LowerCase}

is equivalent to:

{CopySelection}
{LowerCaseClipboard}
{Paste}

Example

In the following expansion:

{Ctrl Shift Left}
{LowerCase}
  1. {Ctrl Shift Left} selects the previous word,
  2. and then {LowerCase} lowercases it.