Merge pull request #249 from konig12/sensitivty-typo
Fixing typo sensitivty -> sensitivity
This commit is contained in:
commit
fbbb7d8b37
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>
|
\*(T<$ xboxdrv \-\-autofire B=250 \-\-buttonmap B=A\*(T>
|
||||||
.fi
|
.fi
|
||||||
.TP
|
.TP
|
||||||
\*(T<\fB\-\-axis\-sensitivty \fR\*(T>\fIAXIS=SENSITIVITY\fR,...
|
\*(T<\fB\-\-axis\-sensitivity \fR\*(T>\fIAXIS=SENSITIVITY\fR,...
|
||||||
The sensitive of an axis can be adjusted via --axis-sensitivty:
|
The sensitive of an axis can be adjusted via --axis-sensitivity:
|
||||||
|
|
||||||
.nf
|
.nf
|
||||||
\*(T<$ xboxdrv \-\-axis\-sensitivty X1=\-1.0,Y1=\-1.0\*(T>
|
\*(T<$ xboxdrv \-\-axis\-sensitivity X1=\-1.0,Y1=\-1.0\*(T>
|
||||||
.fi
|
.fi
|
||||||
|
|
||||||
A value of 0 gives you the default linear sensitivity,
|
A value of 0 gives you the default linear sensitivity,
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Axis Sensitivty Example
|
# 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
|
# modifier, the deadzone and the response curve. The deadzone is the
|
||||||
# most basic one, it just filters out the noise around the center. 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
|
# the response curve gives you close to complete control over the axis
|
||||||
# response.
|
# response.
|
||||||
#
|
#
|
||||||
|
@ -40,4 +40,4 @@ RB+Y1^sen:1.0=ABS_Y
|
||||||
Y2^resp:0:0:32767 =
|
Y2^resp:0:0:32767 =
|
||||||
|
|
||||||
# EOF #
|
# EOF #
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue