Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 337 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 337 Bytes

stdkbd

Creates a uinput device, reads characters from stdin and injects keyboard events for these characters.

Note: currently there's only support for numerical keys, but adding support for more is trivial.

You'll need to have the uinput module loaded (modprobe uinput) and the right permissions for creating uinput devices.