.TH ir-keytable 1 2011-01-24 http://linuxtv.org/ "Media v4l2-utils commands" swiss-knife tool to handle Remote Controllers
-.SS NAME
+.SH NAME
ir-keytable - a swiss-knife tool to handle Remote Controllers.
-.SS SYNOPSIS
+.SH SYNOPSIS
Usage: ir-keytable [OPTION...] --device [/dev/input/event* device]
or: ir-keytable [OPTION...] --sysdev [ir class (f. ex. rc0)]
or: ir-keytable [OPTION...] [for using the rc0 sysdev]
-.SS DESCRIPTION
+.SH DESCRIPTION
ir-keytable is a tool that lists the Remote Controller devices, allows to get/set IR keycode/scancode tables, test events generated by IR, and to adjust other options to it.
Note: You need to have read permissions on /dev/input for most of the options to work.
-.SS OPTIONS
+.SH OPTIONS
-a, --auto-load=CFGFILE Auto-load a table, based on a configuration file.
Only works with sysdev.
-c, --clear clears the old table
PROTOCOL - protocol name (nec, rc-5, rc-6, other) to be enabled
CFGFILE - configuration file that associates a driver/table name with a keymap file
-.SS EXIT STATUS
+.SH EXIT STATUS
On success, it returns 0. Otherwise, it will return the error code.
-.SS EXAMPLES
+.SH EXAMPLES
Common usages are:
.PP
To list all connected Remote Controller devices:
.PP
ir-keytable -s rc1 -r
-.SS COPYRIGHT
+.SH COPYRIGHT
Copyright (c) 2010-2011 by Mauro Carvalho Chehab <mchehab@redhat.com>.
.PP
License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>.