Clipboard (computing)
The clipboard is a data buffer used for short-term data storage and/or data transfer between documents or applications used by cut, copy and paste operations and provided by the operating system. It is usually implemented as an anonymous, temporary data buffer, sometimes called the paste buffer, that can be accessed from most or all programs within the environment via defined programming interfaces. A typical application accesses clipboard functionality by mapping user input such as keybindings, menu selections, etc. to these interfaces. The semantics of the clipboard facility varies from one operating system to another, and can also vary between versions of the same system. They can sometimes be changed by different programs or by user preference.
When an element is copied or cut, the clipboard holds every available format of it, since at this point, it is not known which format is needed when the content is pasted. The core functionality of the clipboard provided by the operating system can be extended by applications and clipboard managers.
Windows, Linux and macOS support a single clipboard transaction.[1] Each cut or copy overwrites the previous contents. Normally, paste operations copy the contents, leaving the contents available in the clipboard for further pasting operations. Clipboard data is stored in the computer's RAM.[2]
Drag and drop enables users to drag and drop information from one control to another similar to the functionality of cut, copy and paste from the users view, but it doesn't affect the clipboard.[3]
History
Clipboards as buffers for small text snippets were first used by Pentti Kanerva when he used it to store deleted texts in order to restore them.[4] Since one could delete a text in one place and restore it in another, the term "delete" wasn't what one would expect in this case. Larry Tesler renamed this in 1973 as cut, copy, and paste and coined the term "clipboard" for this buffer, since these techniques need a clipboard for temporary saving the copied or cut data.[5]
Data formats
Applications communicate through the clipboard by providing either serialized representations of an object, or a promise(for larger objects)[6]. In some circumstances the transfer of certain common data formats may be achieved opaquely through the use of an abstract factory, for example Mac OS X uses the a class called NSImage to provide access to image data stored on the clipboard, though the actual format of the image data backing the object is hidden. The sending and receiving application negotiate the formats which can be transferred in between them, oftentimes with the active GUI widget responsible for providing acceptable type transformations. The pasteboard allows for transfer of common items such as URLs, colors, images, strings, attributed strings(Rich text), and sounds. The operating system and GUI toolkit may provide some common conversions, for example converting from rich text to plain text and vice versa. Various type identifiers for data transfer are supported by modern operating systems, which may automatically provide acceptable mappings between type systems, such as between MIME and Uniform Type Identifier.[7][8]
Computer security
Clipboard hijacking is an exploit in which a person's clipboard's content is replaced by malicious data, such as a link to a malicious web site.[9] While some security-holes were patched, JavaScript can still be used to modify clipboard content via an attack dubbed 'pastejacking'.[10][11] Dylan Ayrey who developed the attack set up a website that demonstrates how this exploit can be used to trick a user into running commands they didn't want to run.[12]
There have been exploits where web pages grab clipboard data. In early 2013 researchers exposed risks stemming from Android-based password managers and documented how passwords in 21 of the most popular of these apps could be accessed by any other app on an Android device including those with extremely low-level privileges.[13] Joe Siegrist notes that this is an "OS-level issue that impacts everything running on Android".[14]
Clipboard management and extensions
Clipboard manager extensions add functionality to the integrated clipboard functions of an operating system. They are applications that enable the user to manipulate the clipboard. On platforms such as linux where that use multiple incompatible GUI toolkits, clipboard managers are often used to transfer data between applications using different such frameworks.
When a clipboard manager provides multiple cut and paste transactions, the clipboard is treated as a stack or scrap book, with new cuts and copies being placed on a list of recent transactions. The standard paste operation copies the most recent transaction, while specialized pastes provide access to the other stored transactions. These managers generally also provide a window that displays the transaction history and allows the user to select earlier copies, edit them, change their format and even search amongst them.
Since most operating systems (e.g. Windows, macOS, Linux, X11, Android, iOS) do not save the clipboard contents to any persistent storage – when a user logs out or reboots the system the clipboard contents are deleted – an added functionality is to save the clipboard persistently. Another example is making the local clipboard work with online applications by saving the clipboard data to the online location upon a copy or cut event, making this data available to online applications for pasting. Clipboard managers can also serve as tools to overcome the limitation of software not supporting copying and pasting (for example, while logging into remote Windows server, one cannot copy and paste their user name and password).
Operating system-specific clipboards
Microsoft Windows
The clipboard in Microsoft Windows holds one item in multiple available formats.
Every item has at least one clipboard format, but can have different types of format of the same data. The three different types of possible formats are:[15]
- standard formats[16] (e.g. CF_BITMAP, or CF_UNICODETEXT),
- registered formats[17] (e.g. CF_HTML)
- private formats for internal use
Up to and including Windows XP the clipboard could be accessed via the ClipBook Viewer application.[18] In newer versions of Windows the content can be accessed via clipboard managers.
The clipboard can also be accessed via PowerShell:[19][20]
# to paste the content of a directory to the clipboard
Set-Clipboard -Path "C:\directory\"
# to get the content of the clipboard
Get-Clipboard
Data can be stored to the clipboard via command line:[21]
$ # to paste the content of a folder to the clipboard:
$ dir | clip
macOS
The clipboard in macOS holds one item in multiple available formats.
The contents of the clipboard can be viewed by selecting the Show Clipboard menu item from the Finder's Edit menu. The raw data and the stored formats can be seen using the ClipboardViewer.[22]
Using the following commands the clipboard can be accessed from the command line:[23] [24]
$ # to copy data into the clipboard:
$ echo 'hello world' | pbcopy
$ # to paste from the clipboard:
$ pbpaste
hello world
X Window System
The X Window System commonly used on Unix and Linux systems provides three clipboards, which are named "PRIMARY", "SECONDARY" and "CLIPBOARD".[25]
The usage and handling of various selections is not standardized. However most modern toolkits and desktop environments, such as GNOME or KDE, follow a widely accepted convention, outlined in the freedesktop.org specification.[26] One selection, CLIPBOARD, is used for traditional clipboard semantics, with shortcuts identical to Windows. Another selection, PRIMARY, is an X11-specific mechanism. Data is "copied" immediately upon highlighting and pasted with the third (middle) mouse button.[27] This copied data is usually separated from the CLIPBOARD selection and does not change its contents.[28] SECONDARY was planned as an alternative to PRIMARY but is only used inconsistently.[25]
There are two command line tools (xsel and xlclip) which can access the clipboard:[29]
$ # to paste standard output to the clipboard using xclip
$ echo text | xclip -in -selection clipboard
$ # to paste standard output to the clipboard using xsel
$ echo text | xsel --clipboard
The main difference to OS X and Windows is, that no data is actually stored in the CLIPBOARD-clipboard but only the reference to the copied or cut data. The application claims the owernship of the CLIPBOARD selection and communicates its ownership to the X Server.[27] When pasting this data, the data and its available formats are requested from the application that owns the CLIPBOARD selection.[30]
AmigaOS
The Amiga operating system uses 256 units, so one has multiple clipboards at the same time.[31]
Android
Android provides a clipboard framework which can hold up to one clip object and is accessible system-wide. While simple text data is stored directly in the clipboard complex data is stored by reference. The format of the clip object has one of three forms:[32]
- text strings
- URI objects
- Intents
The data cointained in the clipboard can't be accessed via the GUI but only from the system and applications.
If one wants to interact with the clipboard as part of an application one should use the class ClipboardManager[33] which fascilates copying and pasting data structures and streams.
iOS
The clipboard is called "pasteboard" in iOS similar to OS X. Apps on this operating system can create additional pasteboards, called instances of the UIPasteboard class, which can be public or private. One instance can hold a single item or multiple items in different formats.[34]
The formats are identified by Uniform Type Identifiers (UTI).[35]
The data contained in the pasteboard can't be accessed via the GUI but only from the system and applications.
APIs
Applications can access the clipboard or its data via APIs.
JavaScript
In JavaScript a class which detects changes in the users clipboard data (ClipboardEvent)[36] and functions to alter the content of a clipboard or read from it (clipboardData.getData(), clipboardData.setData())[37] exist, but aren't supported by every browser since altering the clipboard of a user can represent a security issue.
Qt
In Qt a wrapper for every supported platform[38] (e.g. Windows or OS X) exists. It provides access to window system clipboards with the use of the class QClipboard. This class facilitates access to common data types by functions.[39] The data type of the element stored in the clipboard is indicated via MIME and MIME data can also be put in the clipboard with help of functions from this class.
See also
- Clipboard manager
- Cut, copy, and paste
- 2. Peer-to-Peer Communication by Means of Selections in the ICCCM
- Windows Dev Center: Transferring Shell Objects with Drag-and-Drop and the Clipboard
- Microsoft Developer Network: How the Clipboard Works, Part 1
- Microsoft Developer Network: How the Clipboard Works, Part 2
- Microsoft Developer Network: Delayed Rendering of Clipboard Data
References
- ^ Kimmatkar, Sarang B. (2014). "Extending functionalities of default clipboard". (IJCSIT) International Journal of Computer Science and Information Technologies 5. 6.
- ^ "What is a Clipboard in Computing? - Definition from Techopedia". Techopedia.com. Archived from the original on 2018-02-02. Retrieved 2018-02-01.
{{cite news}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ Stephens, Rod, (2010). Visual Basic 2010 : programmer's reference. Indianapolis, IN: Wiley Pub. p. 555. ISBN 9780470499832. OCLC 630689447.
{{cite book}}
: CS1 maint: extra punctuation (link) CS1 maint: multiple names: authors list (link) - ^ Moggridge, Bill (2007). Designing interactions. Cambridge, Massachusetts: MIT Press. p. 65ff. ISBN 9780262134743.
- ^ Larry Tesler. "A User Experience Retrospective". Archived from the original on 2018-02-02. Retrieved 23 January 2018.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ "Dragging Files". developer.apple.com. Retrieved 9 December 2018.
- ^ "NSPasteboard - AppKit | Apple Developer Documentation". developer.apple.com. Archived from the original on 2018-05-26. Retrieved 9 December 2018.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ "Adopting Uniform Type Identifiers". developer.apple.com. Archived from the original on 2018-07-21. Retrieved 9 December 2018.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ "What is clipboard hijack attack? - Definition from WhatIs.com". WhatIs.com. Archived from the original on 2017-01-05. Retrieved 4 January 2017.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ Chirgwin, Richard. "Pastejack attack turns your clipboard into a threat". The Register. Archived from the original on 2017-01-04. Retrieved 4 January 2017.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ "Researcher warns of 'pastejacking' hack attacks targeting users' clipboards". Graham Cluley. 26 May 2016. Archived from the original on 2017-01-05. Retrieved 4 January 2017.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ "dxa4481/Pastejacking". GitHub. Archived from the original on 2017-01-04. Retrieved 4 January 2017.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ "Hey, You, Get Off of My Clipboard" (PDF). doi:10.1007/978-3-642-39884-1_12. Archived from the original (PDF) on 2017-09-19. Retrieved 4 January 2017.
{{cite journal}}
: Cite journal requires|journal=
(help); Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ "Using a password manager on Android? It may be wide open to sniffing attacks". Ars Technica. Archived from the original on 2017-01-04. Retrieved 4 January 2017.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ "Clipboard Formats (Windows)". msdn.microsoft.com. Archived from the original on 2018-02-07. Retrieved 2018-02-03.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ "Standard Clipboard Formats (Windows)". msdn.microsoft.com. Archived from the original on 2018-02-07. Retrieved 2018-02-03.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ "HTML Clipboard Format (Internet Explorer)". msdn.microsoft.com. Archived from the original on 2018-02-07. Retrieved 2018-02-03.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ "View & Manage Clipboard In Windows 10/8/7". The Windows Club. 2013-04-12. Archived from the original on 2018-02-12. Retrieved 2018-02-06.
{{cite news}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ sdwheeler. "Get-Clipboard (Microsoft.PowerShell.Management)". docs.microsoft.com. Archived from the original on 2018-01-26. Retrieved 2018-02-06.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ sdwheeler. "Set-Clipboard (Microsoft.PowerShell.Management)". docs.microsoft.com. Archived from the original on 2018-02-07. Retrieved 2018-02-06.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ "How to Copy Command Line Output to the Windows Clipboard". www.labnol.org. Archived from the original on 2018-02-07. Retrieved 2018-02-06.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ "ClipboardViewer". developer.apple.com. Archived from the original on 2018-02-07. Retrieved 2018-02-06.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ "Copy to clipboard from terminal in OS X". rogeriopvl.com. Archived from the original on 2013-08-15. Retrieved 2013-07-02.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ "pbcopy(1) Mac OS X Manual Page". apple.com. Archived from the original on 2014-03-28. Retrieved 2013-07-02.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ a b "Clipboard - ArchWiki". wiki.archlinux.org. Archived from the original on 2018-02-17. Retrieved 2018-02-16.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ "clipboards-spec". freedesktop.org. Archived from the original on 2014-12-24. Retrieved 2014-08-16.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ a b "Copy & Paste, Drag & Drop [MI Wiki]". wiki.mi.ur.de (in German). Archived from the original on 2018-02-16. Retrieved 2018-02-16.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ "gnu.org". www.gnu.org. Archived from the original on 2017-12-24. Retrieved 2018-02-16.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ "Copying and Pasting To and From the System Clipboard On The Command Line — Fernando Basso". fernandobasso.github.io. Archived from the original on 2018-02-07. Retrieved 2018-02-06.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ "X Selections, X Cut Buffers, and Emacs Kill Rings". www.jwz.org. Archived from the original on 2018-03-04. Retrieved 2018-02-02.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ "Clipboard Device - AmigaOS Documentation Wiki". wiki.amigaos.net. Archived from the original on 2018-02-05. Retrieved 2018-02-03.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ "Copy and Paste | Android Developers". developer.android.com. Archived from the original on 2018-02-07. Retrieved 2018-02-06.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ "ClipboardManager | Android Developers". developer.android.com. Archived from the original on 2018-02-07. Retrieved 2018-02-02.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ "Pasteboard". developer.apple.com. Archived from the original on 2018-02-07. Retrieved 2018-02-01.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ "Uniform Type Identifier". developer.apple.com. Archived from the original on 2018-02-07. Retrieved 2018-02-06.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ "Clipboard API and events – ClipboardEvent". www.w3.org. Archived from the original on 2018-01-28. Retrieved 2018-02-08.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ "Clipboard API and events – Synchronous Clipboard API". www.w3.org. Archived from the original on 2018-01-28. Retrieved 2018-02-08.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ "platforms\plugins\src - qt/qtbase.git - Qt Base (Core, Gui, Widgets, Network, ...)". code.qt.io. Archived from the original on 2018-02-09. Retrieved 2018-02-02.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help) - ^ "QClipboard Class | Qt GUI 5.10". doc.qt.io. Archived from the original on 2018-02-02. Retrieved 2018-02-02.
{{cite web}}
: Unknown parameter|dead-url=
ignored (|url-status=
suggested) (help)