summaryrefslogtreecommitdiffstats
path: root/man/keyfuzz.8.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'man/keyfuzz.8.xml.in')
-rw-r--r--man/keyfuzz.8.xml.in106
1 files changed, 106 insertions, 0 deletions
diff --git a/man/keyfuzz.8.xml.in b/man/keyfuzz.8.xml.in
new file mode 100644
index 0000000..60a3180
--- /dev/null
+++ b/man/keyfuzz.8.xml.in
@@ -0,0 +1,106 @@
+<?xml version="1.0" standalone='no'?> <!--*-nxml-*-->
+<!DOCTYPE manpage SYSTEM "xmltoman.dtd">
+<?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
+
+<!-- $Id$ -->
+
+<!--
+ This file is part of keyfuzz.
+
+ keyfuzz is free software; you can redistribute it and/or modify it under
+ the terms of the GNU General Public License as published by the Free
+ Software Foundation; either version 2 of the License, or (at your
+ option) any later version.
+
+ keyfuzz is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with keyfuzz; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+-->
+
+ <manpage name="keyfuzz" section="8" desc="Modify keyboard scancode tables of the Linux input layer">
+
+ <synopsis>
+ <cmd>keyfuzz [<arg>options</arg>]</cmd>
+ </synopsis>
+
+ <description>
+
+ <p>You may use keyfuzz to manipulate the scancode/keycode
+ translation tables of keyboard drivers supporting the Linux
+ input layer API. ("evdev API") </p>
+
+ </description>
+
+ <options>
+
+ <option>
+ <p><opt>-g | --get</opt></p>
+ <optdesc><p>Dump the current scancode translation table of the device to STDOUT.</p></optdesc>
+ </option>
+
+ <option>
+ <p><opt>-s | --set</opt></p>
+ <optdesc><p>Merge the translation table passed through STDIN into the current translation table of the device.</p></optdesc>
+ </option>
+
+ <option>
+ <p><opt>-i | --info</opt></p>
+ <optdesc><p>Show some information about the specified device.</p></optdesc>
+ </option>
+
+ <option>
+ <p><opt>-d | --device=</opt>DEVICE</p>
+ <optdesc><p>Use the specified event device. The virtual file
+ /proc/bus/input/devices lists all input devices available on
+ the local system. (Default: /dev/input/event0)</p></optdesc>
+ </option>
+
+ <option>
+ <p><opt>-v | --vebose</opt></p>
+ <optdesc><p>Enable verbose mode. If used together with <opt>--set</opt> all translation tables changes are printed to STDERR.</p></optdesc>
+ </option>
+
+ <option>
+ <p><opt>-h | --help</opt></p>
+ <optdesc><p>Show help</p></optdesc>
+ </option>
+
+ <option>
+ <p><opt>-v | --version</opt></p>
+ <optdesc><p>Show version</p></optdesc>
+ </option>
+
+ </options>
+
+ <section name="Translation tables">
+ <p>The scancode/keycode translation tables as read from STDIN or
+ written to STDOUT are formatted as follows: lines beginning with
+ a hashmark and empty lines are ignored. All other lines have to
+ contain a scancode and a keycode number separated by white
+ space. The numbers may be specified either in decimal or in
+ hexadecimal notation. In the latter case, a 0x as to be
+ prepended. You may save the current table by passing
+ <opt>--get</opt> to keyfuzz and storing its output in a
+ file. Then, you may restore the table by passing the contents of
+ that file back to keyfuzz with <opt>--set</opt>.</p>
+ </section>
+
+ <section name="Author">
+ <p>keyfuzz was written by Lennart Poettering
+ &lt;@PACKAGE_BUGREPORT@&gt;. keyfuzz is available
+ at <url
+ href="@PACKAGE_URL@"/>
+ </p>
+ </section>
+
+ <section name="Comments">
+ <p>This man page was written using <manref name="xmltoman" section="1"
+ href="http://masqmail.cx/xml2man/"/> by Oliver Kurth.</p>
+ </section>
+
+ </manpage>