mirror of
https://github.com/X11Libre/xf86-input-joystick.git
synced 2026-03-24 01:34:06 +00:00
Mention PWM mode in man page
This commit is contained in:
@@ -174,7 +174,11 @@ If
|
||||
.B mode
|
||||
is set to
|
||||
.IR accelerated :
|
||||
One keydown event is generated, when the axis is moved out of the deadzone, the keyup event is generated, when the axis moves back to the deadzone. The keys will be autorepeated according to the keyboard settings.
|
||||
Keydown and keyup events will be generated repeatedly. The time between a keydown and a keyup event corresponds to the deflection of the axis.
|
||||
If the axis is deflected by 30%, the key will be considered to be down 300ms out of 1 second. The exact intervals may vary and can be adjusted with the
|
||||
.I amplify
|
||||
parameter. If the axis is deflected by 100%, there will only be one keydown event, so the key is considered down all the time.
|
||||
The keys will be autorepeated according to the Xorg keyboard settings.
|
||||
|
||||
See special section about key events below.
|
||||
.TP 7
|
||||
|
||||
Reference in New Issue
Block a user