module Clipboard
Defined in:
clipboard.crClass Method Summary
- .clear
- .get_text
-
.set_text(text)
Won't work, if the program exits directly It needs some time (try ~ 100 milliseconds minimum) for other applications to be able to access the clipboard Else the clipboard will be empty, but get_text will return the correct value
Class Method Detail
def self.set_text(text)
#
Won't work, if the program exits directly It needs some time (try ~ 100 milliseconds minimum) for other applications to be able to access the clipboard Else the clipboard will be empty, but get_text will return the correct value