Action puts the item to the clipboard, activates the previous active application, simulates pressing the paste shortcut (Cmd+V).
Action puts the the text item without format to the clipboard, activates the previous active application, simulates pressing the paste shortcut (Cmd+V).
Action opens a sheet window with the text of the text item, user can edit the text and then paste (puts the text to the clipboard, activates the previous active application, simulates pressing the paste shortcut (Cmd+V)).
Action saves the text or image of the item to a file in a temporary folder and opens that file in the default application.
Action opens link or file(s) of the item in the default application.
Action saves the text or image of the item to the selected file.
Action shows file(s) of the item in Finder.
Action searchs text of the item with Google.
Action puts the item to the clipboard, activates the previous active application, runs an AppleScript file.
Action puts the item to the clipboard, activates the previous active application, runs an Automator Workflow file.
Action puts the item to the clipboard, activates the previous active application, runs a Shortcut from the Shortcuts application.
~/Library/Application Scripts/cz.jv.ClipboardAction
~/Library/Application Scripts/cz.jv.ClipboardAction
Fill in the "Name" (Action Name)
Fill in the "Shortcut" (Shortcut Name from the Shortcuts Application)
Press the button "Save"
Create file:
Paste.applescript
in the scripts folder:
~/Library/Application Scripts/cz.jv.ClipboardAction
with content:
tell application "System Events" to keystroke "v" using command down
Made with by Jan Valta.