Redux & Ardour

Is anyone successfully using Redux with Ardour on Linux? I can load the plugin, put it’s not possible to use the keyboard in the editor.

Also see -> Linux: computer keyboard does not work in Ardour

And from the source code of Ardour:

void LXVSTPluginUI::forward_key_event (GdkEventKey*)
{
	std::cerr << "LXVSTPluginUI : keypress forwarding to linuxVSTs unsupported" << std::endl;
}

Thanks!