The
UpperCase command converts the selected text to uppercase.
Note that:
{UppperCase}
is equivalent to:
{CopySelection}{Wrap}
{UpperCaseClipboard}{Wrap}
{Paste}{Wrap}
Example
In the following expansion:
{Ctrl Shift Left}{Wrap}
{UpperCase}{Wrap}
{NoSpacing}
- {Ctrl Shift Left} selects the previous word,
- and then {UpperCase} uppercases it.