Command C Actions and Bookmarklets

April 29, 2014

1 min. read

Drafts

⌘c

command-c://x-callback-url/copyText?text=[[selection]]&deviceIndex=0&x-success=

⌘c.o

command-c://x-callback-url/copyAndOpenURL?url=[[clipboard]]&deviceIndex=0&x-success=

Launch

(untitled)

command-c://x-callback-url/copy?deviceIndex=0&x-success=

open

command-c://x-callback-url/copyAndOpenURL?url=[clipboard]&deviceIndex=0&x-success=

Bookmarklets

o.chrome

javascript:location.href=%22googlechrome%22+location.href.substring(4);

o.clipboard

javascript:window.location='command-c://x-callback-url/copy?x-success='+encodeURIComponent(window.location)+'&deviceIndex=0'