NumiLaunchbar icon indicating copy to clipboard operation
NumiLaunchbar copied to clipboard

Request: copy result to clipboard

Open Nigelw opened this issue 3 years ago • 0 comments

Is it possible to provide a way to copy the result to the clipboard? There's a Soulver plugin that does this. I took a look at the javascript in the action, and this is the core function call that copies to clipboard:

LaunchBar.setClipboardString(result);

Would be handy to be able to copy the result of a Numi calculation so that I can paste it elsewhere.

Nigelw avatar Nov 28 '22 22:11 Nigelw