Get Selected Keys in Level Sequence

Oh ok, thanks.
I have another question.
Is there a way to add controllers to curve editor, like in maya, when I trying to scale selected keyframes, through plugin? I already did that in my custom build, but if it can be done with API, would be great. Thanks.

Hello, dear community.
I developing a plugin that works with curves in sequencer. In process I faced a problem. Is there way to access selected keys to work with? Really need this.
Sure, I can input some range of indexes like “from-to”, but it’s not work for me.
If someone knows how to access these keys, please, help :frowning:

It’s not exposed in the API at the moment. There will be a way to access the selected tracks and sections in an upcoming release (probably 4.18), but not keyframes. I’ll add that to our backlog.