Posted by: RTT
« on: September 05, 2016, 12:29:24 AM »There is no risk to have multiple scripts running at the same time, but I suppose a "hotkey already assigned to..." warning message could be handy...
you can set same shortcuts for couple of scriptsSome clarification: I was referring to the fact that you can give same hotkeys for different scripts (usually such thing is forbidden) and gave an example that it could mess up with batch i/o log sharing. My English
Perhaps, it is possible to create a custom db field using a script? Could you share a proper syntax sample (do we need to specify all XMP properties, etc.)? I guess that way it is possible to assign a hotkey to a script and accomplish the column creation.No. Only the functionality described in the scripts API is available.
By the way, assigning for example F7 to a "My Scripts" tool shortcut key for a specific script works only if "show icon in the toolbar" is checkedAnd/or "show in the tools menu" too. Anyway, I suppose it may be useful, so I've now extended the registration of a hotkey to all the scripts with a keyboard shortcut defined.![]()
you can set same shortcuts for couple of scripts but it will trigger only the last one which was made visible as an icon! It would be interesting to fire-up couple scripts at once but how would they share one batch i/o log?Not possible. Only one batch tool can run at a time.
Why not calling "My Scripts" tool a "Script Tools" (since it actually works like the PDFe Tools, e.g. "Find Duplicates...") - we already have "My Scripts" tag which denotes scripts which are not in "Library" and not "Samples" (in "Scripts Editor") and once you start working with "My Scripts" for "Edit Info Fields" batch tool, it seems that "My Scripts" tool is probably the same thing. IMHO, it takes more time (and confussion) to learn PDFe features when there are duplicate names/tags/titles.Sounds logical. Easy to fix.
The idea here is to add a new custom field, with the default settings except for the label, to the list of custom fields and to the active grid layout at the same time?Yes. You hit the hotkey and get a prompt for creating a new Custom Column (with selected edit text field string "Label #").