summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Hlusiak <saschahlusiak@arcor.de>2009-03-18 18:13:12 +0100
committerSascha Hlusiak <saschahlusiak@arcor.de>2009-03-18 18:13:12 +0100
commit4b9aafd82bf78e86b2b2ddc78c37d73ccc7c25d5 (patch)
tree7732378c8f13415b4e2aa6a62b172407e9eb780f
parent4978e78e7c49bc0aabf5c7ade4223c2529a9f046 (diff)
Mention PWM mode in man page
-rw-r--r--man/joystick.man6
1 files changed, 5 insertions, 1 deletions
diff --git a/man/joystick.man b/man/joystick.man
index 3199c07..03f9800 100644
--- a/man/joystick.man
+++ b/man/joystick.man
@@ -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