Sublime Forum

Click2copy

#1

How to implement a functionality when the user clicks on the option, required content gets auto copied

0 Likes

#2

Can you provide a bit more context ? Which option is being clicked & what content is required to be copied ?

0 Likes

#3

In simple word I could say, I have to get some value to clipboard so that I could paste it anywhere.

0 Likes

#4

what’s the problem using sublime.set_clipboard(content)? or, what’s the problem, accurately.

1 Like

#5

Thanks @jfcherng. I should have thoroughly gone through documentation .

0 Likes