Sylvie,
- to add a shortcut key to a macro, just add the key between [] such as:
macro 'Run this and that [f5]' {
showMessage("Done");
}
So you have to record your macro and then edit it manually in a text editor to
add the shotcut key.
- to open Zeiss images:
Have a look at the LSM Reader plugin at
http://rsb.info.nih.gov/ij/plugins/lsm-reader.htmlThe "folder file", if you give us some more information, we can maybe write a
tiny plugin that opens it and shows its contents automatically. Is it a
zipped folder? Or what exactly?
Check also google for plugins that already do so.
Albert