fix previous commit: use pos/neg instead of +/-
This commit is contained in:
@@ -25,11 +25,11 @@ This section covers the joystick input driver for LCDd.
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<command>Map_Axis<replaceable>NUM</replaceable>-=</command>
|
||||
<command>Map_Axis<replaceable>NUM</replaceable>neg=</command>
|
||||
<arg choice="plain"><replaceable>KEY</replaceable></arg>
|
||||
</term>
|
||||
<term>
|
||||
<command>Map_Axis<replaceable>NUM</replaceable>+=</command>
|
||||
<command>Map_Axis<replaceable>NUM</replaceable>pos=</command>
|
||||
<arg choice="plain"><replaceable>KEY</replaceable></arg>
|
||||
</term>
|
||||
<listitem>
|
||||
@@ -39,8 +39,8 @@ This section covers the joystick input driver for LCDd.
|
||||
|
||||
<para>
|
||||
<replaceable>NUM</replaceable> is an integer starting with <literal>1</literal>
|
||||
that represents each axis with the appendices <literal>+</literal> and
|
||||
<literal>-</literal> determining the direction.
|
||||
that represents each axis with the affixes <literal>neg</literal> and
|
||||
<literal>pos</literal> determining the direction.
|
||||
The exact numbering of the axes depends on the hardware used.
|
||||
</para>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user