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