Copy Paste Keyframe

Hi dear Forum,

Still progressing on my MultiDesignsActions Automation plugin.

I’d like to know if there is a way to use the copy/paste operators from python:
bpy.ops.action.copy()
bpy.ops.action.paste()

I need to copy keyframes from an NLA Strip at frame_current, to another NLA Strip (on the same object).
The trouble I have here is to override the proper context on the operators, to pass the keyframes at frame_current.
I was trying by parsing the datablocks, looking for the right keyframes on the right frame cotrol point, from the right fcurves.
I think there must exist a better way. :slight_smile:

Thanks in advance for any help.