How to implement a functionality when the user clicks on the option, required content gets auto copied
Click2copy
Can you provide a bit more context ? Which option is being clicked & what content is required to be copied ?
0 Likes
aidlml
#3
In simple word I could say, I have to get some value to clipboard so that I could paste it anywhere.
0 Likes
jfcherng
#4
what’s the problem using sublime.set_clipboard(content)
? or, what’s the problem, accurately.
1 Like