Command Clipboard Capitalize

The CapitalizeClipboard command capitalizes the first word inside the clipboard content.

Capitalization is the writing of a word with:

Word Capitalized Word

hello

Hello

Hello

Hello

HELLO

Hello

Example

In the following expansion:

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