FVWM Bug Tracking notification

new message incoming/782

Message summary for PR#782
        From: [EMAIL PROTECTED]
        Subject: mouse event doubled
        Date: Tue, 18 Sep 2001 11:07:34 -0500
        0 replies       0 followups

====> ORIGINAL MESSAGE FOLLOWS <====

>From [EMAIL PROTECTED] Tue Sep 18 11:41:28 2001
Received: from karazm.math.uh.edu ([129.7.128.1])
        by malifon.math.uh.edu with esmtp (Exim 3.20 #1)
        id 15jNw8-0007FJ-00
        for [EMAIL PROTECTED]; Tue, 18 Sep 2001 11:41:28 -0500
Received: from malifon.math.uh.edu (IDENT:[EMAIL PROTECTED] [129.7.128.13])
        by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id LAA01966
        for <[EMAIL PROTECTED]>; Tue, 18 Sep 2001 11:41:28 -0500 (CDT)
From: [EMAIL PROTECTED]
Received: from localhost ([127.0.0.1] ident=65534)
        by malifon.math.uh.edu with esmtp (Exim 3.20 #1)
        id 15jNPK-0007Dm-00
        for [EMAIL PROTECTED]; Tue, 18 Sep 2001 11:07:34 -0500
To: [EMAIL PROTECTED]
Subject: mouse event doubled
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 18 Sep 2001 11:07:34 -0500

Full_Name: Jacek Kopecky
Version: 2.4.1
CVS_Date: 
OS: 
X_Server: 
Submission from: (NULL) (194.213.203.154)


I use mouse wheel to move around virtual screens. 
The wheel is mapped to mouse buttons 4 and 5.
My config:

Mouse 5         A       MC      Scroll 0 100000
Mouse 4         A       MC      Scroll 0 -100000
Mouse 5         RSF     A       Scroll 0 100000
Mouse 4         RSF     A       Scroll 0 -100000

So ctrl-alt-wheel moves to the screen above or below, as does
wheel on root, sides or frames. The problem is that when I press
ctrl and alt and I use a wheel inside a window, and the screen 
above/below is empty, the movement is doubled - like it were
Scroll 0 +/- 200000

This does not occur when the screen above/below the original one
does contain a window (or more precisely when the cursor after the
first scroll appears in a window - I use MouseFocus), when the mouse
is on root/sides/frame of a window when I move it, or when the scroll
command is inside a function, like my current workaround config:

DestroyFunc scr1
AddToFunc scr1 I Scroll 0 100000

DestroyFunc scr2
AddToFunc scr2 I Scroll 0 -100000

Mouse 5         RSF     A       Function scr1
Mouse 4         RSF     A       Function scr2
Mouse 5         A       MC      Function scr1
Mouse 4         A       MC      Function scr2

This doubling doesn't occur also when the command is, for example,
echo, instead of scroll. Nor when the scroll number is, 
for example, 10. It's highly mysterious. 8-)


--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to