Command Selection Toggle Case

The ToggleCase command toggles the case of the selected text:

Toggling the case consists in:

Text Case Toggled

hello world

HELLO WORLD

HELLO WORLD

hello world

hello WORLD

HELLO world

Note that:

{ToggleCase}

is equivalent to:

{CopySelection}
{ToggleCaseClipboard}
{Paste}

Example

In the following expansion:

{Ctrl Shift Left}
{ToggleCase}
  1. {Ctrl Shift Left} selects the previous word,
  2. and then {ToggleCase} toggles its case.