I have complicated workflow in photoshop in which i often use selection of layers by ctrl+click (auto-select is unchecked and selecting layers is chosen) That works good for me. But some time i need quickly select parent group of active layer (only one level up) (it can be achived by using some keyboard shortcut) I think the only way to do that is PS scripting.
Im new to photoshop scripting but i have a lot of expirience in other languages
As i understand its sould take just couple commands:
1) select parent folder from active object (it can be any type of layer)
2) Collapse this folder (cos it was uncollapsed before)
what syntax shoud i use for this commands? i tried to use help but couldn't find even how to select parent folder of active layer..
Any help?