Command Clipboard Upper Case

The UpperCaseClipboard command converts the clipboard content to uppercase.

Example

In the following expansion:

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