How to create a virtual keyboard in userspace?

2

I'm trying to generate keypress/release events similar to those produced by typing on a physical keyboard, but from a process that isn't attached to any actual hardware.

David X

Posted 2011-11-01T05:46:11.113

Reputation: 464

1You'd probably have to pass the events to evdev in some way. – Journeyman Geek – 2011-11-01T06:38:00.877

No answers