summaryrefslogtreecommitdiff
path: root/man/joystick.man
diff options
context:
space:
mode:
authorSascha Hlusiak <saschahlusiak@arcor.de>2007-08-08 12:58:30 +0200
committerSascha Hlusiak <saschahlusiak@arcor.de>2007-08-08 12:58:30 +0200
commitf4c1519bffdb12f4337261a8a9a9b63a4fa19cad (patch)
tree93a5a447f61ac25c28abafd650460327a2d2e127 /man/joystick.man
parent382c116887b10e453a76ed540d4d42f44d4e0f6a (diff)
Added note about SendCoreEvents keyword to ServerLayout in manpage.
Diffstat (limited to 'man/joystick.man')
-rw-r--r--man/joystick.man14
1 files changed, 14 insertions, 0 deletions
diff --git a/man/joystick.man b/man/joystick.man
index 2dd6a62..9b752ea 100644
--- a/man/joystick.man
+++ b/man/joystick.man
@@ -228,6 +228,20 @@ will be ignored. The mode has no effect on the reported value. The axis does not
.SH "NOTES"
The driver does not do hotplugging. The joystick needs to be plugged in when the driver is loaded.
If the joystick is unplugged, the driver deactivates itself.
+.P
+Make sure you add the
+.I \*qSendCoreEvents\*q
+keyword to the device entry of your
+.B ServerLayout
+section of the
+.I xorg.conf
+file, otherwise the device won't report core pointer and core key events.
+
+Example:
+.nf
+.BI " InputDevice " "\*qJoystick1\*q \*qSendCoreEvents\*q"
+.fi
+
.SH "SEE ALSO"
__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__), xmodmap(1)