Forum Discussion

nineteeneigthy1's avatar
nineteeneigthy1
New Contributor
4 years ago
Solved

Can I use sys.clipboard to enter otherwise unsupported characters?

Objective: Enter this text string 

ʕ •ᴥ•ʔ

...into a textArea object in a web-based application. 

 

SetText is not supported for textArea so I tried using Keys. The Keys method does not support unusual characters. So I am wondering if I can enter the string into the system clipboard and then use keys to execute a paste function.

3 Replies