Minor docu updates

This commit is contained in:
Ingo Ruhnke 2010-05-20 06:57:01 +02:00
parent 94f83bd3d5
commit 50af1e4c53
4 changed files with 8 additions and 4 deletions

2
NEWS
View file

@ -5,6 +5,8 @@ xboxdrv 0.4.14 - (??/Mai/2010)
the creation of multiple input devices from a single controller
* added shifting to --ui-buttonmap, allows sending of different events
when a shift button is pressed
* added --mouse, a simple shortcut to enable mouse emulation
xboxdrv 0.4.13 - (13/Mai/2010)
==============================

2
TODO
View file

@ -21,6 +21,8 @@ Stuff to do before 0.5 release:
* split xboxdrv-daemon into a separate .deb package
* docu on how to write a wrapper script needs to be moved to xboxdrv manpage
* version number needs to be centralized, its currently in the man
pages, in xboxdrv, in the TODO and in xboxdrv-daemon

View file

@ -482,8 +482,8 @@ Lets the controller act as a mouse. It is indendical to:
\-\-ui\-buttonmap "start=KEY_FORWARD,back=KEY_BACK,guide=KEY_ESC,tl=void,tr=void"\*(T>
.fi
And you can customize is by the usal means, just make
sure that \*(T<\fB\-\-mouse\fR\*(T> comes before you
You can customize is by the usal means, just make sure
that \*(T<\fB\-\-mouse\fR\*(T> comes before you
customization options on the command line.
.TP
\*(T<\fB\-\-name DEVNAME\fR\*(T>

View file

@ -630,8 +630,8 @@
--ui-buttonmap "dl=KEY_LEFT,dr=KEY_RIGHT,du=KEY_UP,dd=KEY_DOWN,"
--ui-buttonmap "start=KEY_FORWARD,back=KEY_BACK,guide=KEY_ESC,tl=void,tr=void"]]></programlisting>
<para>
And you can customize is by the usal means, just make
sure that <option>--mouse</option> comes before you
You can customize is by the usal means, just make sure
that <option>--mouse</option> comes before you
customization options on the command line.
</para>
</listitem>