How to fetch keywords from a selected file?

I would like to copy the keywords from a selected image into the clipboard. But it seems, that keywords
are not included in the standard list of metadata for images:

gpsoft.com.au/help/opus10/in ... tadata.htm

Is there another way to achieve this?

I think "tags" is what you want, unless I've misunderstood.

Yes, i mean the tags. I thought, they also were called keywords somewhere in Opus.

You mean exif-tags of the image ?!

If it does not need to be scripted, then you could hover your mouse over the file, wait for that tooltip to pop and then hit ctrl-alt-shift-c to clipcopy that tooltip-content (your tags).

Actually i mean the "keyword" tags only, those which i set with

@nodeselect
SetAttr META "tags:{dlgstring}"

When i tag my images, i very often have to type some stuff again, so i requested a history
function for the tags

So, as a workaround, i´m looking for a way to extract that special keyword tags from an image,
to paste it into other images, instead of having to open the meta panel, scroll down, set the focus,
mark all keywords, ctrl-c etc.

I would find it sufficient, if we could only could get the previous history item back.