How to paste Clipboard content (i.e. picture) using shortcut script on macOS?
How to execute command - V by script?
How to execute command - V by script?
I think you may be misunderstanding what get clipboard does.
It just passes the content of the clipboard to the next action in your shortcut.
Since there is no further action, nothing happens.
You should be able to fix the shortcut by adding an action that actually pastes the contents of the clipboard.
One way is to add "Run Shell Script" action like the one below - replace "Safari" with "Figma" in the two places where it appears
(I used Safari because I don't have Figma installed).
NOTE: the image below was pasted in this reply using the shortcut, to make sure it works!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
I did it, but no result.
Everything works include "open figma" command, but for the last one "Get clipboard" I have to press command+V
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Perfect, it is running.
I only added a few validations and removed 2 unnecessary rows.
Indeed not clear what the "get clipboard" does? Therefore I removed it.
Also I do not activate Figma. It is active from previous commands.
Thank you so so much. Have a fun.
Use the "Get Clipboard" function from Shortcuts
jonrenia wrote:
Where to find this option? Not available with right click.
Type, for example, "Clip" (without the quotes) in the search box:
Where to find this option? Not available with right click.
How to paste Clipboard content (i.e. picture) using shortcut script on macOS?