Skip to content

write_clipboard

Description:

This function demonstrates the usage of the write_clipboard API.

Example:

-- Write text to the clipboard
write_clipboard("Text to write to clipboard")

print("Text written to clipboard")