keyfaker - Linux keyboard-typer faker
keyfaker - Linux keyboard-typer faker
1. download keyfaker-0.x.c
2. gcc -o keyfaker keyfaker-0.x.c -lrt
3. investigate which of your /dev/input/eventX file is your keyboard input
4. create fakefile (containg data you want to fake-type with keyboard)
5. sudo ./keyfaker /dev/input/eventX /home/me/fakefile
6. hold F12 for (min) 3 seconds. keyfaker will notice you about opening fakefile
7. type something (anything) on keyboard
8. if you are done, hold F12 for 3 seconds again. keyfaker will notice you about closing fakefile
9. if you want to kill keyfaker, hold F11 for (min) 5 seconds, or send a SIGINT/SIGTERM singal to it
If you don't trust it enought to run it as root, you can chmod /dev/input/eventX and /dev/input/uinput
so that user who runs keyfaker can read and write those files.
Copyright © 2010 Kabel
License: GNU GPL v3