Comment 18 for bug 159968

Revision history for this message
Gursimran singh (simar) wrote :

philipp: Sorry I still did not get what I look for. Follow these instructions,

1. Run xev in the terminal
2. After the windows appears move the cursor inside the window and stop touching the touchpad.
3. Note the time of the last event. It should be something like this eg -time 1470960 in

MotionNotify event, serial 33, synthetic NO, window 0x4600001,
    root 0x15d, subw 0x0, time 1441783, (66,76), root:(69,390),
    state 0x0, is_hint 0, same_screen YES

4. Note MotionNotify here. It should be same for your case also.
5. Press and release your left click like a normal click.
6. Note the events time. It should be like this

ButtonRelease event, serial 33, synthetic NO, window 0x4600001,
    root 0x15d, subw 0x0, time 1443213, (66,76), root:(69,390),
    state 0x100, button 1, same_screen YES

7. Now move the cursor outside the window and find the time you noted above, in the terminal.
8. Paste that events here for left click and right click in seperate comments again.

May be as this

MotionNotify event, serial 33, synthetic NO, window 0x4600001,
    root 0x15d, subw 0x0, time 1441783, (66,76), root:(69,390),
    state 0x0, is_hint 0, same_screen YES

ButtonPress event, serial 33, synthetic NO, window 0x4600001,
    root 0x15d, subw 0x0, time 1443180, (66,76), root:(69,390),
    state 0x0, button 1, same_screen YES

ButtonRelease event, serial 33, synthetic NO, window 0x4600001,
    root 0x15d, subw 0x0, time 1443213, (66,76), root:(69,390),
    state 0x100, button 1, same_screen YES

This is all I want.