output_t::call_plugin() was removed in #1674 (as plugins are not created for each output anymore). Is there a replacement for its functionality? I would like to be able to programmatically activate other plugins (as if the user pressed the associated keybinding), and this was a very convenient feature, since it only required the name of the action (e.g. "scale/toggle").
Thanks!