Thanks, Jan! (New to ImageJ. Glad to know there is a macro recorder.)
Putting the code below in StartupMacros
works for me.
macro "Type 0 [0]" {run("Point Tool...", "label show counter=0");}
macro "Type 1 [1]" {run("Point Tool...", "label show counter=1");}
macro "Type 2 [2]" {run("Point Tool...", "label show counter=2");}
...
Because I want to keep Label Points and Show all active all the time, otherwise it will not be active after I hit the designed shortcut key.
As Jan mentioned, there are some bugs. Actually, I find, after you click OK in the Point Tool window, the macro recorder records the last chosen value set.
Besides (a little bit detour):
- The Color option in Point Tool seems does not work for me. Nothing changes when I change it.
- While the Point Tool window is opening, I cannot use the designed shortcut key. It has to be closed.
Versions:
Windows 10 Enterprise
(Fiji Is Just) ImageJ 2.0.0-rc54; Java 1.8.0_66 [64-bit]