Login  Register

Re: send an image to clipboard in windows

Posted by Michael Schmid on Oct 01, 2009; 5:23pm
URL: http://imagej.273.s1.nabble.com/send-an-image-to-clipboard-in-windows-tp3690960p3690961.html

Plugins>Shortcuts>Create Shortcut

as an alternative (easier for maintaining you have many installations  
of ImageJ), create a macro in the StartupMacros.txt:

macro 'Copy to System [F1]' {
   run("Copy to System");
}

BTW, the ImageJ documentation is at http://rsb.info.nih.gov/ij/docs/ 
index.html

Michael
________________________________________________________________

On 1 Oct 2009, at 19:18, Lee S wrote:

> Dear,
>
> I would like to know how to set a shortcut for copying an image to  
> clipboard
> ("copy to system" on menu).
> Can I set the shortcut key manually?
>
> S. Lee