Login  Register

Re: macros/AutoRun/*.ijm

Posted by Martin Höhne on Aug 02, 2013; 7:09am
URL: http://imagej.273.s1.nabble.com/macros-AutoRun-ijm-tp5002208p5004273.html

Hi Johannes,
...
So in the meantime I suggest that you put your macros defining shortcuts
into a single file, say, Fiji.app/macros/my-shortcuts.ijm, and then add a
file install-shortcuts.ijm into your Fiji.app/macros/AutoRun containing
just these two lines:

        run("Install...", "install=[" + getDirectory("imagej")
                + "/macros/my-shortcuts.ijm]");
That works perfectly fine!

Sorry, this is the best I can do for the moment...
No need to apologize for all the great work you´re doing!

Martin