Fixing typo sensitivty -> sensitivity
This commit is contained in:
parent
3362c1ab77
commit
062d0a2cf9
2 changed files with 6 additions and 6 deletions
|
@ -853,11 +853,11 @@ as autofire while another one, emitting the same signal, acts normally.
|
|||
\*(T<$ xboxdrv \-\-autofire B=250 \-\-buttonmap B=A\*(T>
|
||||
.fi
|
||||
.TP
|
||||
\*(T<\fB\-\-axis\-sensitivty \fR\*(T>\fIAXIS=SENSITIVITY\fR,...
|
||||
The sensitive of an axis can be adjusted via --axis-sensitivty:
|
||||
\*(T<\fB\-\-axis\-sensitivity \fR\*(T>\fIAXIS=SENSITIVITY\fR,...
|
||||
The sensitive of an axis can be adjusted via --axis-sensitivity:
|
||||
|
||||
.nf
|
||||
\*(T<$ xboxdrv \-\-axis\-sensitivty X1=\-1.0,Y1=\-1.0\*(T>
|
||||
\*(T<$ xboxdrv \-\-axis\-sensitivity X1=\-1.0,Y1=\-1.0\*(T>
|
||||
.fi
|
||||
|
||||
A value of 0 gives you the default linear sensitivity,
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Axis Sensitivty Example
|
||||
# =======================
|
||||
#
|
||||
# You can adjust the axis sensitivty by a few means, the sensitivty
|
||||
# You can adjust the axis sensitivity by a few means, the sensitivity
|
||||
# modifier, the deadzone and the response curve. The deadzone is the
|
||||
# most basic one, it just filters out the noise around the center. The
|
||||
# sensitivty adjust the sensitivity curve via a simple value, while
|
||||
# sensitivity adjust the sensitivity curve via a simple value, while
|
||||
# the response curve gives you close to complete control over the axis
|
||||
# response.
|
||||
#
|
||||
|
@ -40,4 +40,4 @@ RB+Y1^sen:1.0=ABS_Y
|
|||
Y2^resp:0:0:32767 =
|
||||
|
||||
# EOF #
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue