The
ToggleCaseClipboard command
toggles the clipboard content case.
Toggling the case consists in:
- uppercasing each lowercase character and
- lowercasing each uppercase character.
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}
- {Ctrl Shift Left} selects the previous word,
- {CopySelection} copies the selection to the clipboard,
- {ToggleCaseClipboard} toggles the case of the clipboard content,
-
and finally {Paste} pastes the clipboard content,
thereby overwriting the selected word with its case toggled.