Copy to System

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

Copy to System

Knecht, David
Is there a way to make Copy to System the default for command-C (Mac) instead of copy to the internal clipboard?    Dave

Visiting Professor David Knecht
Beatson Institute for Cancer Research
University of Glasgow
Switchback Road, Bearsden
Glasgow Scotland G61 1BD
UK
Reply | Threaded
Open this post in threaded view
|

Re: Copy to System

Michael Schmid
Hi Dave,

in principle, yes; you can override the ImageJ shortcuts via an installed macro.
Have a macro in your StartupMacros

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

The downside: pasting an ImageJ image or part thereof into another ImageJ image won't work with the shortcut any more.

Michael
________________________________________________________________
On Mar 19, 2012, at 16:07, David Knecht wrote:

> Is there a way to make Copy to System the default for command-C (Mac) instead of copy to the internal clipboard?    Dave
>
> Visiting Professor David Knecht
> Beatson Institute for Cancer Research
> University of Glasgow
> Switchback Road, Bearsden
> Glasgow Scotland G61 1BD
> UK
Reply | Threaded
Open this post in threaded view
|

Re: Copy to System

Knecht, David
Hi Micheal- Thanks for the macro.  I did not realize that if it copied to the system it would work internally as well.  I guess I could always do New from System Clipboard for an internal copy and then paste.  I do that a whole lot less frequently than I copy and paste to the system.  Why is the ImageJ clipboard segregated?  Why not have a command or option key command that runs that instead  command V copy to internal?  I tried the shortcuts but they don't seem to recognize command or control keys.  Dave

On Mar 19, 2012, at 3:49 PM, Michael Schmid wrote:

> Hi Dave,
>
> in principle, yes; you can override the ImageJ shortcuts via an installed macro.
> Have a macro in your StartupMacros
>
>  macro 'Copy Shortcut [c]' {
>    run("Copy to System");
>  }
>
> The downside: pasting an ImageJ image or part thereof into another ImageJ image won't work with the shortcut any more.
>
> Michael
> ________________________________________________________________
> On Mar 19, 2012, at 16:07, David Knecht wrote:
>
>> Is there a way to make Copy to System the default for command-C (Mac) instead of copy to the internal clipboard?    Dave
>>
>> Visiting Professor David Knecht
>> Beatson Institute for Cancer Research
>> University of Glasgow
>> Switchback Road, Bearsden
>> Glasgow Scotland G61 1BD
>> UK

Visiting Professor David Knecht
Beatson Institute for Cancer Research
University of Glasgow
Switchback Road, Bearsden
Glasgow Scotland G61 1BD
UK
Reply | Threaded
Open this post in threaded view
|

Re: Copy to System

Cammer, Michael
We find that the Copy to System command works for a while and then stops working until we logout/login the system.  We're using Windows-- same behavior using old XP through new 64 bit 7.  Does anyone know an ImageJ or Windows trick to make Copy to System work again?

Thanks!

________________________________________________________
Michael Cammer, Assistant Research Scientist
Skirball Institute of Biomolecular Medicine
Lab: (212) 263-3208  Cell: (914) 309-3270

-----Original Message-----
From: ImageJ Interest Group [mailto:[hidden email]] On Behalf Of David Knecht
Sent: Monday, March 19, 2012 12:06 PM
To: [hidden email]
Subject: Re: Copy to System

Hi Micheal- Thanks for the macro.  I did not realize that if it copied to the system it would work internally as well.  I guess I could always do New from System Clipboard for an internal copy and then paste.  I do that a whole lot less frequently than I copy and paste to the system.  Why is the ImageJ clipboard segregated?  Why not have a command or option key command that runs that instead  command V copy to internal?  I tried the shortcuts but they don't seem to recognize command or control keys.  Dave

On Mar 19, 2012, at 3:49 PM, Michael Schmid wrote:

> Hi Dave,
>
> in principle, yes; you can override the ImageJ shortcuts via an installed macro.
> Have a macro in your StartupMacros
>
>  macro 'Copy Shortcut [c]' {
>    run("Copy to System");
>  }
>
> The downside: pasting an ImageJ image or part thereof into another ImageJ image won't work with the shortcut any more.
>
> Michael
> ________________________________________________________________
> On Mar 19, 2012, at 16:07, David Knecht wrote:
>
>> Is there a way to make Copy to System the default for command-C (Mac) instead of copy to the internal clipboard?    Dave
>>
>> Visiting Professor David Knecht
>> Beatson Institute for Cancer Research University of Glasgow
>> Switchback Road, Bearsden Glasgow Scotland G61 1BD UK

Visiting Professor David Knecht
Beatson Institute for Cancer Research
University of Glasgow
Switchback Road, Bearsden
Glasgow Scotland G61 1BD
UK