9.0 Beta 2: Key Configuration additions for SQL Window: "Select All" and "Copy with Header"

Thank you very much.

One problem though:
I mapped "Ctrl+J" to "Copy with Header"
IDE_KeyPress() call for "Ctrl+J" works only when I invoke plugin function from my plugin's menu and not when I call it from shortcut mapped to my plugin menu - then there are two shortcuts active at once.

I can not get to "Copy with Header" with IDE_GetMenuItem() or I don't know how.

Is it possible to call "Copy with Header" directly from plugin?
Is it possible to call custom export (RegisterExport) function from plugin ?
That would get me to Column Headers too.

That would be my next enhancement request if there is no workaround.

Regards