Command Clipboard Toggle Case

The ToggleCaseClipboard command toggles the clipboard content case.

Toggling the case consists in:

Text Case Toggled

hello world

HELLO WORLD

HELLO WORLD

hello world

hello WORLD

HELLO world

Example

In the following expansion:

{Ctrl Shift Left}
{CopySelection}
{ToggleCaseClipboard}
{Paste}
  1. {Ctrl Shift Left} selects the previous word,
  2. {CopySelection} copies the selection to the clipboard,
  3. {ToggleCaseClipboard} toggles the case of the clipboard content,
  4. and finally {Paste} pastes the clipboard content,
    thereby overwriting the selected word with its case toggled.