Cobra Forum

Other Discussion and Support => Assistive Technology & Accessibility => Topic started by: kalpana on Nov 10, 2023, 03:55 AM

Title: looking for way to inject synthetic keystrokes into in-focus application
Post by: kalpana on Nov 10, 2023, 03:55 AM
I'm trying to use NaturallySpeaking on windows to drive an ubuntu system. the windows system has an ssh connection to the ubuntu system. the ssh connection has window focus and NaturallySpeaking sends it's output to it. the ubuntu side sees the NaturallySpeaking output as characters on stdin. I need info on how to send stdin to the input queue of the ubuntu system. I've tried uinput but I can't find the kernel module.

what are my options for injecting a character stream into the input queue?

thanks!
--- eric