You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: