Login  Register

Re: how to retain a line selection

Posted by Wayne Rasband on Aug 15, 2005; 7:20pm
URL: http://imagej.273.s1.nabble.com/how-to-retain-a-line-selection-tp3705040p3705043.html

> I found this Measure and label macro useful. One
>  more  question: how can I assign a shortcut key?
> (so that I  don't have to go to plugins-macro-measure&label)
> everytime?

Change the first line of the macro from

       macro "Measure and label" {

to

       macro "Measure and label [F1]" {

reinstall it and you will be able to run it by pressing the F1 key.

More information and examples can be found at

    http://rsb.info.nih.gov/ij/developer/macro/macros.html#shortcuts

-wayne