Skip to content
EntityQ244909· pop 30· linked from 226 articles

Also known as electronic clipboard, computer clipboard, kill ring, clipboards

data storage used to support copy and paste operations

Key facts

Developers
Microsoft , ReactOS Contributors
Operating system
Windows , ReactOS
Type
Command
License
Windows: Proprietary commercial software , ReactOS: GNU General Public License
Website
docs .microsoft .com /en-us /windows-server /administration /windows-commands /clip

via Wikipedia infobox

Wikidata facts

Show 3 more facts
Commons category
Clipboard
P13411
Estonia
Sources (1)

via Wikidata · CC0

~15 min read

Article

The clipboard is a buffer that some operating systems provide for short-term storage and transfer across applications.

The clipboard provides an application programming interface by which programs can specify cut, copy and paste operations. It is left to the program to define methods for the user to command these operations, which may include keybindings and menu selections. When an element is copied or cut, the clipboard must store enough information to enable a sensible result no matter where the element is pasted. Application programs may extend the clipboard functions that the operating system provides. A clipboard manager may give the user additional control over the clipboard. Specific clipboard semantics vary among operating systems, can also vary between versions of the same system, and can sometimes be changed by programs and by user preferences.

Connections

Categories