diff options
author | Chris Salch <emeraldd.chris@gmail.com> | 2008-08-17 12:31:23 -0500 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@redhat.com> | 2008-08-18 12:03:07 +0930 |
commit | bd405ddc83b9ad1ceed47f572245fccae598e6bb (patch) | |
tree | a0a976177cc0e875a015bcf2a366aaf7cb508ad9 /man/evdev.man | |
parent | 36d702006d5aace50083ca52b7065d465b497077 (diff) | |
download | xorg-driver-xf86-input-evdev-bd405ddc83b9ad1ceed47f572245fccae598e6bb.tar.gz |
Adding in DragLockButtons functionality.
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
Diffstat (limited to 'man/evdev.man')
-rw-r--r-- | man/evdev.man | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/evdev.man b/man/evdev.man index 3b0f3b1..8b20acc 100644 --- a/man/evdev.man +++ b/man/evdev.man @@ -78,6 +78,18 @@ For example, a left-handed mouse with deactivated scroll-wheel would use a mapping of "3 2 1 0 0". Invalid mappings are ignored and the default mapping is used. Buttons not specified in the user's mapping use the default mapping. .TP 7 +.BI "Option \*qDragLockButtons\*q \*q" "L1 B2 L3 B4" \*q +Sets \*qdrag lock buttons\*q that simulate holding a button down, so +that low dexterity people do not have to hold a button down at the +same time they move a mouse cursor. Button numbers occur in pairs, +with the lock button number occurring first, followed by the button +number that is the target of the lock button. +.TP 7 +.BI "Option \*qDragLockButtons\*q \*q" "M1" \*q +Sets a \*qmaster drag lock button\*q that acts as a \*qMeta Key\*q +indicating that the next button pressed is to be +\*qdrag locked\*q. +.TP 7 .BI "Option \*qEmulateWheel\*q \*q" boolean \*q Enable/disable "wheel" emulation. Wheel emulation means emulating button press/release events when the mouse is moved while a specific real button |