Is there a way to send multiple lines of text to the clipboard using javascript?
IE, I want to send:
abc
def
ghi
and not
abcdefghi
(and although right now i need to learn how to do it in Javascript, I would not mind hearing how it is done in other languages, like python)