SendClick to VideoOSD button with id XXX

Hey,

i’m trying to map a keyboard button (“I” for example) with a “SendClick” which should click a button with id 207 in my VideoOSD.

No luck with
<i>SendClick(207)</i>
<i>SendClick(12901,207)</i>
<i>SendClick(2901,207)</i>
(even if VideoOSD is already opened)

Debug log says SendClick is triggered, but nothing happens (in terms of really clicking the button with id 207)

Any idea? Thanks!