Just as an FYI: This was something we were talking about for the AGS Awards client. It would be a cool functionality to have, but I don't have the bandwidth or technical experience with plugins to implement it myself. If someone wants to make a plugin for it, that would be highly appreciated! I imagine it as a plugin with one or two APIs: String Clipboard.PasteText() to get the content of the clipboard into the game, and optionally bool Clipboard.CopyText(String text) to get text from the game onto the clipboard. This also leaves the option to extend it to graphics in the future.