I ended up happy with ydotool for what I'm working on but I had a thought for wtype.
I feel it should read the actions from stdin.
That way you could have an ongoing process without the "modifiers get released automatically once the program terminates" problem and sleeping wouldn't need built in (the -s option).
I ended up happy with ydotool for what I'm working on but I had a thought for wtype. I feel it should read the actions from stdin. That way you could have an ongoing process without the "modifiers get released automatically once the program terminates" problem and sleeping wouldn't need built in (the -s option).
Here's similar with xdotool:
For an example of an ongoing process, I'm making voice control input for people with limited/no use of their hands.
Just passing through but maybe that's useful.