Select all siblings of a selected layer.
tell application "Pixelmator Pro"
activate
tell its front document
set parent_layer to parent of current layer
select (layers of parent_layer)
end tell
end tell
Source: Pixelmator Ninja
Select all siblings of a selected layer.
tell application "Pixelmator Pro"
activate
tell its front document
set parent_layer to parent of current layer
select (layers of parent_layer)
end tell
end tell