send an image to clipboard in windows

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

send an image to clipboard in windows

Lee S
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
Reply | Threaded
Open this post in threaded view
|

Re: send an image to clipboard in windows

Michael Schmid
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