Dan Espen (2018-Nov-06, excerpt):
> Looks to me like Fvwm thinks your mouse 1 button has the Mod 4 modifier
> active.

If so, then why does FVWM not try to move the window around, unless
the Super key is actually held down?

> Have you done something to enable sticky modifier keys?

Not that I'd be aware of.  If “sticky modifier keys” means the feature
to press and release a modifier, and preserve the modifiers effect for
the next keypress, then no, I do not have such a feature.  Also,
{num,scroll,caps}lock are off.

> You might want run "xev" and press mouse 1.

Okay, but I'm a little overwhelmed by the output.  I've used

    $ FvwmCommand 'mouse 1 A 4 moveOrRaise' # bind
    $ xev > bound.txt

and

    $ FvwmCommand 'mouse 1 A 4'             # unbind
    $ xev > unbound.txt

to create the attached files.  The ButtonPress, ButtonRelease, and
KeymapNotify events look pretty similar to me.

I have even restarted X with all my keyboard and mouse settings (via
`xkbcomp` and `xinput`) disabled, but that has no effect on the error.


-- 
http://stefan-klinger.de                                        o/X
I prefer receiving plain text messages, not exceeding 32kB.     /\/
                                                                  \
Outer window is 0x1200001, inner window is 0x1200002

PropertyNotify event, serial 8, synthetic NO, window 0x1200001,
    atom 0x27 (WM_NAME), time 3081770, state PropertyNewValue

PropertyNotify event, serial 9, synthetic NO, window 0x1200001,
    atom 0x22 (WM_COMMAND), time 3081770, state PropertyNewValue

PropertyNotify event, serial 10, synthetic NO, window 0x1200001,
    atom 0x28 (WM_NORMAL_HINTS), time 3081770, state PropertyNewValue

CreateNotify event, serial 11, synthetic NO, window 0x1200001,
    parent 0x1200001, window 0x1200002, (10,10), width 50, height 50
border_width 4, override NO

PropertyNotify event, serial 14, synthetic NO, window 0x1200001,
    atom 0x141 (WM_PROTOCOLS), time 3081770, state PropertyNewValue

MapNotify event, serial 15, synthetic NO, window 0x1200001,
    event 0x1200001, window 0x1200002, override NO

ConfigureNotify event, serial 21, synthetic NO, window 0x1200001,
    event 0x1200001, window 0x1200001, (0,0), width 178, height 178,
    border_width 0, above 0x800262, override NO

ReparentNotify event, serial 21, synthetic NO, window 0x1200001,
    event 0x1200001, window 0x1200001, parent 0x805184,
    (0,0), override NO

ConfigureNotify event, serial 27, synthetic YES, window 0x1200001,
    event 0x1200001, window 0x1200001, (647,1), width 178, height 178,
    border_width 0, above 0x805183, override NO

PropertyNotify event, serial 28, synthetic NO, window 0x1200001,
    atom 0x17a (_NET_WM_DESKTOP), time 3081773, state PropertyNewValue

PropertyNotify event, serial 28, synthetic NO, window 0x1200001,
    atom 0x1a8 (_NET_WM_ALLOWED_ACTIONS), time 3081773, state PropertyNewValue

PropertyNotify event, serial 30, synthetic NO, window 0x1200001,
    atom 0x1a6 (_KDE_NET_WM_FRAME_STRUT), time 3081773, state PropertyNewValue

PropertyNotify event, serial 30, synthetic NO, window 0x1200001,
    atom 0x1a7 (_NET_FRAME_EXTENTS), time 3081773, state PropertyNewValue

ConfigureNotify event, serial 32, synthetic YES, window 0x1200001,
    event 0x1200001, window 0x1200001, (647,1), width 178, height 178,
    border_width 0, above 0x805183, override NO

MapNotify event, serial 32, synthetic NO, window 0x1200001,
    event 0x1200001, window 0x1200001, override NO

VisibilityNotify event, serial 32, synthetic NO, window 0x1200001,
    state VisibilityUnobscured

Expose event, serial 32, synthetic NO, window 0x1200001,
    (0,0), width 178, height 10, count 3

Expose event, serial 32, synthetic NO, window 0x1200001,
    (0,10), width 10, height 58, count 2

Expose event, serial 32, synthetic NO, window 0x1200001,
    (68,10), width 110, height 58, count 1

Expose event, serial 32, synthetic NO, window 0x1200001,
    (0,68), width 178, height 110, count 0

PropertyNotify event, serial 32, synthetic NO, window 0x1200001,
    atom 0x13f (WM_STATE), time 3081773, state PropertyNewValue

EnterNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084567, (130,177), root:(777,178),
    mode NotifyNormal, detail NotifyAncestor, same_screen YES,
    focus NO, state 0

KeymapNotify event, serial 33, synthetic NO, window 0x0,
    keys:  68  0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   
           0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084568, (130,177), root:(777,178),
    state 0x0, is_hint 0, same_screen YES

FocusIn event, serial 33, synthetic NO, window 0x1200001,
    mode NotifyNormal, detail NotifyNonlinear

KeymapNotify event, serial 33, synthetic NO, window 0x0,
    keys:  0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   
           0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084575, (130,176), root:(777,177),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084583, (130,174), root:(777,175),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084591, (130,173), root:(777,174),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084599, (130,171), root:(777,172),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084607, (130,171), root:(777,172),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084615, (130,168), root:(777,169),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084623, (130,168), root:(777,169),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084631, (130,167), root:(777,168),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084639, (130,165), root:(777,166),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084647, (130,165), root:(777,166),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084655, (130,164), root:(777,165),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084663, (130,163), root:(777,164),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084671, (130,162), root:(777,163),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084679, (130,161), root:(777,162),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084687, (130,160), root:(777,161),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084695, (130,160), root:(777,161),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084703, (130,159), root:(777,160),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084711, (130,158), root:(777,159),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084719, (130,157), root:(777,158),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084727, (130,157), root:(777,158),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084735, (130,155), root:(777,156),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084743, (130,155), root:(777,156),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084751, (130,154), root:(777,155),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084759, (130,153), root:(777,154),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084767, (130,152), root:(777,153),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084783, (130,152), root:(777,153),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084791, (130,151), root:(777,152),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084799, (129,150), root:(776,151),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084807, (129,149), root:(776,150),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084815, (129,148), root:(776,149),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084823, (128,146), root:(775,147),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084831, (128,145), root:(775,146),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084839, (128,144), root:(775,145),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084847, (128,144), root:(775,145),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084855, (128,142), root:(775,143),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3084863, (127,142), root:(774,143),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3085335, (127,141), root:(774,142),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3085351, (127,140), root:(774,141),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3085359, (127,140), root:(774,141),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3085367, (127,139), root:(774,140),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3085375, (127,138), root:(774,139),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3085383, (127,137), root:(774,138),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3085391, (126,136), root:(773,137),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3085399, (124,135), root:(771,136),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3085407, (121,136), root:(768,137),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3085415, (119,137), root:(766,138),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3085431, (119,138), root:(766,139),
    state 0x0, is_hint 0, same_screen YES

LeaveNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3086393, (119,138), root:(766,139),
    mode NotifyGrab, detail NotifyAncestor, same_screen YES,
    focus YES, state 256

EnterNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3086393, (119,138), root:(766,139),
    mode NotifyUngrab, detail NotifyAncestor, same_screen YES,
    focus YES, state 256

KeymapNotify event, serial 33, synthetic NO, window 0x0,
    keys:  0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   
           0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   

ButtonPress event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3086393, (119,138), root:(766,139),
    state 0x0, button 1, same_screen YES

ButtonRelease event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3086503, (119,138), root:(766,139),
    state 0x100, button 1, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3087279, (121,140), root:(768,141),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3087287, (121,142), root:(768,143),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3087295, (121,143), root:(768,144),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3087303, (122,145), root:(769,146),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3087311, (122,148), root:(769,149),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3087319, (122,150), root:(769,151),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3087327, (123,153), root:(770,154),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3087335, (123,157), root:(770,158),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3087343, (124,159), root:(771,160),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3087351, (124,164), root:(771,165),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3087359, (124,167), root:(771,168),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3087367, (124,172), root:(771,173),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3087375, (124,175), root:(771,176),
    state 0x0, is_hint 0, same_screen YES

LeaveNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3087383, (124,179), root:(771,180),
    mode NotifyNormal, detail NotifyAncestor, same_screen YES,
    focus YES, state 0

FocusOut event, serial 33, synthetic NO, window 0x1200001,
    mode NotifyNormal, detail NotifyNonlinear
Outer window is 0x1200001, inner window is 0x1200002

PropertyNotify event, serial 8, synthetic NO, window 0x1200001,
    atom 0x27 (WM_NAME), time 3112814, state PropertyNewValue

PropertyNotify event, serial 9, synthetic NO, window 0x1200001,
    atom 0x22 (WM_COMMAND), time 3112814, state PropertyNewValue

PropertyNotify event, serial 10, synthetic NO, window 0x1200001,
    atom 0x28 (WM_NORMAL_HINTS), time 3112814, state PropertyNewValue

CreateNotify event, serial 11, synthetic NO, window 0x1200001,
    parent 0x1200001, window 0x1200002, (10,10), width 50, height 50
border_width 4, override NO

PropertyNotify event, serial 14, synthetic NO, window 0x1200001,
    atom 0x141 (WM_PROTOCOLS), time 3112815, state PropertyNewValue

MapNotify event, serial 15, synthetic NO, window 0x1200001,
    event 0x1200001, window 0x1200002, override NO

ConfigureNotify event, serial 21, synthetic NO, window 0x1200001,
    event 0x1200001, window 0x1200001, (0,0), width 178, height 178,
    border_width 0, above 0x800262, override NO

ReparentNotify event, serial 21, synthetic NO, window 0x1200001,
    event 0x1200001, window 0x1200001, parent 0x8051fa,
    (0,0), override NO

ConfigureNotify event, serial 27, synthetic YES, window 0x1200001,
    event 0x1200001, window 0x1200001, (647,1), width 178, height 178,
    border_width 0, above 0x8051f9, override NO

PropertyNotify event, serial 28, synthetic NO, window 0x1200001,
    atom 0x17a (_NET_WM_DESKTOP), time 3112818, state PropertyNewValue

PropertyNotify event, serial 28, synthetic NO, window 0x1200001,
    atom 0x1a8 (_NET_WM_ALLOWED_ACTIONS), time 3112818, state PropertyNewValue

PropertyNotify event, serial 30, synthetic NO, window 0x1200001,
    atom 0x1a6 (_KDE_NET_WM_FRAME_STRUT), time 3112818, state PropertyNewValue

PropertyNotify event, serial 30, synthetic NO, window 0x1200001,
    atom 0x1a7 (_NET_FRAME_EXTENTS), time 3112818, state PropertyNewValue

ConfigureNotify event, serial 32, synthetic YES, window 0x1200001,
    event 0x1200001, window 0x1200001, (647,1), width 178, height 178,
    border_width 0, above 0x8051f9, override NO

MapNotify event, serial 32, synthetic NO, window 0x1200001,
    event 0x1200001, window 0x1200001, override NO

VisibilityNotify event, serial 32, synthetic NO, window 0x1200001,
    state VisibilityUnobscured

Expose event, serial 32, synthetic NO, window 0x1200001,
    (0,0), width 178, height 10, count 3

Expose event, serial 32, synthetic NO, window 0x1200001,
    (0,10), width 10, height 58, count 2

Expose event, serial 32, synthetic NO, window 0x1200001,
    (68,10), width 110, height 58, count 1

Expose event, serial 32, synthetic NO, window 0x1200001,
    (0,68), width 178, height 110, count 0

PropertyNotify event, serial 32, synthetic NO, window 0x1200001,
    atom 0x13f (WM_STATE), time 3112818, state PropertyNewValue

FocusIn event, serial 33, synthetic NO, window 0x1200001,
    mode NotifyNormal, detail NotifyNonlinear

KeymapNotify event, serial 33, synthetic NO, window 0x0,
    keys:  68  0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   
           0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   

EnterNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115035, (140,177), root:(787,178),
    mode NotifyNormal, detail NotifyNonlinear, same_screen YES,
    focus YES, state 0

KeymapNotify event, serial 33, synthetic NO, window 0x0,
    keys:  0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   
           0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115036, (140,177), root:(787,178),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115043, (140,174), root:(787,175),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115051, (140,173), root:(787,174),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115059, (140,172), root:(787,173),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115067, (140,172), root:(787,173),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115075, (140,171), root:(787,172),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115083, (140,170), root:(787,171),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115091, (140,169), root:(787,170),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115099, (140,168), root:(787,169),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115107, (140,167), root:(787,168),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115115, (140,166), root:(787,167),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115123, (140,166), root:(787,167),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115131, (140,165), root:(787,166),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115139, (140,164), root:(787,165),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115147, (139,164), root:(786,165),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115155, (139,162), root:(786,163),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115163, (139,161), root:(786,162),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115171, (139,159), root:(786,160),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115179, (139,158), root:(786,159),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115187, (139,157), root:(786,158),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115195, (139,156), root:(786,157),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115203, (139,154), root:(786,155),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115211, (139,153), root:(786,154),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115219, (140,151), root:(787,152),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115227, (140,151), root:(787,152),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115235, (142,149), root:(789,150),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115243, (142,148), root:(789,149),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115251, (142,148), root:(789,149),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115259, (142,147), root:(789,148),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115267, (142,146), root:(789,147),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115275, (142,145), root:(789,146),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115283, (142,144), root:(789,145),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115291, (142,142), root:(789,143),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115299, (142,141), root:(789,142),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115307, (142,140), root:(789,141),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3115331, (142,139), root:(789,140),
    state 0x0, is_hint 0, same_screen YES

ButtonPress event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3116181, (142,139), root:(789,140),
    state 0x0, button 1, same_screen YES

ButtonRelease event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3116299, (142,139), root:(789,140),
    state 0x100, button 1, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3117163, (142,139), root:(789,140),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3117171, (141,142), root:(788,143),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3117179, (140,144), root:(787,145),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3117187, (138,147), root:(785,148),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3117195, (138,151), root:(785,152),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3117203, (136,154), root:(783,155),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3117211, (136,156), root:(783,157),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3117219, (135,159), root:(782,160),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3117227, (133,162), root:(780,163),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3117235, (131,165), root:(778,166),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3117243, (130,169), root:(777,170),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3117251, (129,172), root:(776,173),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3117259, (128,177), root:(775,178),
    state 0x0, is_hint 0, same_screen YES

LeaveNotify event, serial 33, synthetic NO, window 0x1200001,
    root 0x1cf, subw 0x0, time 3117267, (128,181), root:(775,182),
    mode NotifyNormal, detail NotifyAncestor, same_screen YES,
    focus YES, state 0

FocusOut event, serial 33, synthetic NO, window 0x1200001,
    mode NotifyNormal, detail NotifyNonlinear

Reply via email to