Merge pull request #249 from konig12/sensitivty-typo

Fixing typo sensitivty -> sensitivity
This commit is contained in:
Ingo Ruhnke 2018-03-03 08:30:41 +01:00 committed by GitHub
commit fbbb7d8b37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -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,

View file

@ -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.
# #