1EVEMU-DEVICE(1) EVEMU-DEVICE(1)
2
3
4
6 evemu-device, evemu-play, evemu-event - create a virtual input device
7 and replay an event sequence
8
10 evemu-device [description-file]
11
12 evemu-play /dev/input/eventX < event-sequence
13 evemu-play event-sequence.txt
14
15 evemu-event /dev/input/eventX [--sync] --type <type> --code <code> --value <value>
16
18 evemu-device creates a virtual input device based on the
19 description-file. This description is usually created by
20 evemu-describe(1). evemu-device then creates a new input device with
21 uinput and prints the name and the device file to stdout.
22
23 evemu-play replays the event sequence given on stdin through the input
24 device. The event sequence must be in the form created by
25 evemu-record(1). If the argument is a file containing a recording,
26 evemu-play creates the device and prompts the user for an interactive
27 replay of the events.
28
29 evemu-event plays exactly one event with the current time. If --sync is
30 given, evemu-event generates an EV_SYN event after the event. The event
31 type and code may be specified as the numerical value or the symbolic
32 name from linux/input.h.
33
34 evemu-device must be able to write to the uinput device node, and
35 evemu-play must be able to write to the device node specified; in most
36 cases this means it must be run as root.
37
39 evemu-describe(1) evemu-record(1)
40
42 evemu was written by Henrik Rydberg <rydberg@euromail.se[1]>
43
45 1. rydberg@euromail.se
46 mailto:rydberg@euromail.se
47
48
49
50 12/14/2016 EVEMU-DEVICE(1)