~fginther/ubuntu/precise/evemu/transitional-1051044

« back to all changes in this revision

Viewing changes to tools/evemu-device.1

  • Committer: Package Import Robot
  • Author(s): Francis Ginther
  • Date: 2012-08-27 14:05:48 UTC
  • Revision ID: package-import@ubuntu.com-20120827140548-fg30ophqsvt0g947
Tags: upstream-1.0.9.1
ImportĀ upstreamĀ versionĀ 1.0.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
'\" t
 
2
.\"     Title: evemu-device
 
3
.\"    Author: [see the "AUTHOR" section]
 
4
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
 
5
.\"      Date: 08/07/2012
 
6
.\"    Manual: \ \&
 
7
.\"    Source: \ \&
 
8
.\"  Language: English
 
9
.\"
 
10
.TH "EVEMU\-DEVICE" "1" "08/07/2012" "\ \&" "\ \&"
 
11
.\" -----------------------------------------------------------------
 
12
.\" * Define some portability stuff
 
13
.\" -----------------------------------------------------------------
 
14
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
15
.\" http://bugs.debian.org/507673
 
16
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
 
17
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
18
.ie \n(.g .ds Aq \(aq
 
19
.el       .ds Aq '
 
20
.\" -----------------------------------------------------------------
 
21
.\" * set default formatting
 
22
.\" -----------------------------------------------------------------
 
23
.\" disable hyphenation
 
24
.nh
 
25
.\" disable justification (adjust text to left margin only)
 
26
.ad l
 
27
.\" -----------------------------------------------------------------
 
28
.\" * MAIN CONTENT STARTS HERE *
 
29
.\" -----------------------------------------------------------------
 
30
.SH "NAME"
 
31
evemu-device, evemu-play \- create a virtual input device and replay an event sequence
 
32
.SH "SYNOPSIS"
 
33
.sp
 
34
.nf
 
35
evemu\-device [description\-file]
 
36
.fi
 
37
.sp
 
38
.nf
 
39
evemu\-play /dev/input/eventX < event\-sequence
 
40
.fi
 
41
.SH "DESCRIPTION"
 
42
.sp
 
43
evemu\-device creates a virtual input device based on the description\-file\&. This description is usually created by evemu\-describe(1)\&. evemu\-device then creates a new input device with uinput and prints the name and the device file to stdout\&.
 
44
.sp
 
45
evemu\-play replays the event sequence given on stdin through the input device\&. The event sequence must be in the form created by evemu\-record(1)\&.
 
46
.sp
 
47
evemu\-device must be able to write to the uinput device node, and evemu\-play must be able to write to the device node specified; in most cases this means it must be run as root\&.
 
48
.SH "SEE ALSO"
 
49
.sp
 
50
evemu\-describe(1) evemu\-record(1)
 
51
.SH "AUTHOR"
 
52
.sp
 
53
evemu was written by Henrik Rydberg <\m[blue]\fBrydberg@euromail\&.se\fR\m[]\&\s-2\u[1]\d\s+2>
 
54
.SH "NOTES"
 
55
.IP " 1." 4
 
56
rydberg@euromail.se
 
57
.RS 4
 
58
\%mailto:rydberg@euromail.se
 
59
.RE