Command Clipboard Uncapitalize

The UncapitalizeClipboard command uncapitalizes the clipboard content.

A word is capitalized if

As you can see in the following table, uncapitalizing has no effect on a word if it is not capitalized.

Word Uncapitalized Word Effect

Hello

hello

Uncapitalized

hello

hello

Unchanged

HELLO

HELLO

Unchanged

Example

In the following expansion:

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