[Xastir] Station Info

Tim Billingsley kd5ckp at gmail.com
Sat Jan 2 19:09:19 EST 2010


I removed everything except actual button actions.

Outer window is 0x3a00001, inner window is 0x3a00002

ButtonPress event, serial 31, synthetic NO, window 0x3a00001,
    root 0x13b, subw 0x0, time 2149233, (94,76), root:(1193,888),
    state 0x10, button 1, same_screen YES

ButtonRelease event, serial 31, synthetic NO, window 0x3a00001,
    root 0x13b, subw 0x0, time 2149377, (94,76), root:(1193,888),
    state 0x110, button 1, same_screen YES

ButtonPress event, serial 31, synthetic NO, window 0x3a00001,
    root 0x13b, subw 0x0, time 2149465, (94,76), root:(1193,888),
    state 0x10, button 1, same_screen YES

ButtonRelease event, serial 31, synthetic NO, window 0x3a00001,
    root 0x13b, subw 0x0, time 2149593, (94,76), root:(1193,888),
    state 0x110, button 1, same_screen YES

ButtonPress event, serial 31, synthetic NO, window 0x3a00001,
    root 0x13b, subw 0x0, time 2149705, (94,76), root:(1193,888),
    state 0x10, button 1, same_screen YES

ButtonRelease event, serial 31, synthetic NO, window 0x3a00001,
    root 0x13b, subw 0x0, time 2149865, (94,76), root:(1193,888),
    state 0x110, button 1, same_screen YES

ButtonPress event, serial 31, synthetic NO, window 0x3a00001,
    root 0x13b, subw 0x0, time 2150833, (94,76), root:(1193,888),
    state 0x10, button 2, same_screen YES

ButtonRelease event, serial 31, synthetic NO, window 0x3a00001,
    root 0x13b, subw 0x0, time 2150969, (94,76), root:(1193,888),
    state 0x210, button 2, same_screen YES

ButtonPress event, serial 31, synthetic NO, window 0x3a00001,
    root 0x13b, subw 0x0, time 2151089, (94,76), root:(1193,888),
    state 0x10, button 2, same_screen YES

ButtonRelease event, serial 31, synthetic NO, window 0x3a00001,
    root 0x13b, subw 0x0, time 2151201, (94,76), root:(1193,888),
    state 0x210, button 2, same_screen YES

ButtonPress event, serial 31, synthetic NO, window 0x3a00001,
    root 0x13b, subw 0x0, time 2151297, (94,76), root:(1193,888),
    state 0x10, button 2, same_screen YES

ButtonRelease event, serial 31, synthetic NO, window 0x3a00001,
    root 0x13b, subw 0x0, time 2151441, (94,76), root:(1193,888),
    state 0x210, button 2, same_screen YES

ButtonPress event, serial 31, synthetic NO, window 0x3a00001,
    root 0x13b, subw 0x0, time 2151953, (94,76), root:(1193,888),
    state 0x10, button 3, same_screen YES

ButtonRelease event, serial 31, synthetic NO, window 0x3a00001,
    root 0x13b, subw 0x0, time 2152065, (94,76), root:(1193,888),
    state 0x410, button 3, same_screen YES

ButtonPress event, serial 31, synthetic NO, window 0x3a00001,
    root 0x13b, subw 0x0, time 2152169, (94,76), root:(1193,888),
    state 0x10, button 3, same_screen YES

ButtonRelease event, serial 31, synthetic NO, window 0x3a00001,
    root 0x13b, subw 0x0, time 2152281, (94,76), root:(1193,888),
    state 0x410, button 3, same_screen YES

ButtonPress event, serial 31, synthetic NO, window 0x3a00001,
    root 0x13b, subw 0x0, time 2152393, (94,76), root:(1193,888),
    state 0x10, button 3, same_screen YES

ButtonRelease event, serial 31, synthetic NO, window 0x3a00001,
    root 0x13b, subw 0x0, time 2152505, (94,76), root:(1193,888),
    state 0x410, button 3, same_screen YES

ClientMessage event, serial 34, synthetic YES, window 0x3200001,
    message_type 0x139 (WM_PROTOCOLS), format 32, message 0x138
(WM_DELETE_WINDOW)

On Sat, Jan 2, 2010 at 5:44 PM, James Cameron <vk2lqz at wia.org.au> wrote:
> ... the important bit is "button 1".
>
> See what you get for each button.  If you get a 1 and a 3 only, try
> pressing both buttons to see if you get a 2.
>
> Also check the "state 0x0" ... zero is good, it means no other key is
> held down.  It is normal to see "state 0x100" on a ButtonRelease.
>
> If you are seeing the correct button events, the next likely cause of
> your problem is that another application has claimed the X selection and
> is not letting it go in a conventional manner.  You might be able to
> test that using the xsel program.



More information about the Xastir mailing list