Issue keyboard commands

Is there support for issuing keyboard commands (like user typing on the computer keyboard) from within Juce to the operating system and other open applications? I had a look at KeyPressMappingbut that’s only for the reverse; catching keypresses and hand it to the Juce-application I believe?

If this is not supported in Juce I guess I would need external OS-specific libraries for this?

I had an idea of a midi to keypress applications to remote control other applications via midi.