Like this question, I am trying to figure out how to simulate certain key commands with NodeJS. For example, I'd like to programmatically cause "ctrl+C" (copying highlighted text) to occur, no matter what window the user is in.
A common answer to this kind of question previously has been RobotJS. RobotJS seems perfectly suited to this task--except it is no longer being maintained and as a result does not seem appropriate for production.
Are there alternatives to RobotJS, to enable causing key commands to happen?