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}
- {Ctrl Shift Left} selects the previous word,
- and then {LowerCase} lowercases it.