@hackage Clipboard2.0.0

Access to the (Windows) clipboard.

Clipboard is a package that allows you to interact with the system clipboard easily.

Currently, only in a Windows system.

Changes from last version:

  • New definitions of setClipboardString and getClipboardString, according to the API specifications on MSDN. So, it's highly recommended update to this version.

  • Added modifyClipboardString.

  • Shorter name of the module System.Windows.Clipboard: System.Clipboard.