aboutsummaryrefslogtreecommitdiffstats
path: root/input-events.8
blob: e57e42831e780d424b23399886fda0189a184d15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.TH INPUT-EVENTS 8 "July 2005" "" ""
.SH NAME

input-events \- print input events

.SH SYNOPSIS
\fBinput\-events \fR [\fB\-t\fR\ \fIsec\fR] [\fB\-g\fR]\ \fIdevnr\fR

.SH DESCRIPTION
.PP
\fBinput\-events\fR listens for events on kernel input device
\fIdevnr\fR and prints them.

.SH OPTIONS
.TP
\fIdevnr\fR
The index of the input device to use (0 for /dev/input/event0 and so on).

.TP
\fB\-g\fR
Grab device using EVIOCGRAB, i\&.e\&.,
get exclusive access to the device.

.TP
\fB\-t\fR\ \fIsec\fR
Set the timeout.
The program will quit after \fIsec\fR seconds without activity.

.SH SEE ALSO
.PP
lsinput(8)

.SH AUTHOR
Gerd Hoffmann <kraxel@redhat.com>