Macro shortcuts do not work.

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

Macro shortcuts do not work.

Petro
Hi everybody.
Some time ago macro shortcuts have stopped working on my computer. Other
shortcut seems to work. I have reinstalled Fiji but it did not help. Any
idea where to look for the problem? I run latest Fiji on Ubuntu 18.04.
Thanks.
Petro.

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Macro shortcuts do not work.

Wayne Rasband-2
> On Nov 10, 2019, at 12:42 PM, Piter_ <[hidden email]> wrote:
>
> Hi everybody.
> Some time ago macro shortcuts have stopped working on my computer. Other
> shortcut seems to work. I have reinstalled Fiji but it did not help. Any
> idea where to look for the problem? I run latest Fiji on Ubuntu 18.04.

This macro

  macro "Test [t]" {  
     print("This macro has a 't' shortcut");
  }

works as expected for me using ImageJ on macOS and Fiji on Ubuntu. The ’t’ shortcut works when I paste the macro into the Image/Fiji macro editor and install it using Macro>Install macros. And it also works when I save it as a file and install it using the Plugins>Macros>Install command.

-wayne

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html