Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions inputlircd.8
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
.Op Fl u Ar username
.Op Fl t Ar path
.Op Fl N Ar rc name
.Op Fl A Ar delay:period
.Op Fl a
.Ar device
.Op Ar device Li ...
.Sh DESCRIPTION
Expand Down Expand Up @@ -89,6 +91,14 @@ If there is more than one input event device, the specified name will be used fo
If
.Ar rc name
is not specified, the filesystem path of each input event device will be used as its remote control name.
.It Fl A Ar delay:period
Add autorepeat function for devices which don't support it.
.Ar delay:period
sets autorepeat timing in milliseconds: delay before the first
repeated key and the interval between consecutive repeats.
.It Fl a
Add autorepeat function for devices which don't support it. Use default delay (250) and
period (33).
.It Ar device
One or more input event devices.
If you want to use
Expand Down
Loading