Advertisement
Guest User

Untitled

a guest
Dec 26th, 2014
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. #Normal key press
  2. KeyPress event, serial 36, synthetic NO, window 0x2800001,
  3. root 0x7f, subw 0x0, time 773336, (148,43), root:(149,148),
  4. state 0x0, keycode 39 (keysym 0x73, s), same_screen YES,
  5. XLookupString gives 1 bytes: (73) "s"
  6. XmbLookupString gives 1 bytes: (73) "s"
  7. XFilterEvent returns: False
  8.  
  9. KeyRelease event, serial 36, synthetic NO, window 0x2800001,
  10. root 0x7f, subw 0x0, time 773400, (148,43), root:(149,148),
  11. state 0x0, keycode 39 (keysym 0x73, s), same_screen YES,
  12. XLookupString gives 1 bytes: (73) "s"
  13. XFilterEvent returns: False
  14.  
  15. #Key press that breaks everything
  16. KeyPress event, serial 36, synthetic NO, window 0x2800001,
  17. root 0x7f, subw 0x0, time 773993, (148,43), root:(149,148),
  18. state 0x0, keycode 39 (keysym 0x73, s), same_screen YES,
  19. XLookupString gives 1 bytes: (73) "s"
  20. XmbLookupString gives 1 bytes: (73) "s"
  21. XFilterEvent returns: False
  22.  
  23. ButtonPress event, serial 36, synthetic NO, window 0x2800001,
  24. root 0x7f, subw 0x0, time 774014, (148,43), root:(149,148),
  25. state 0x0, button 2, same_screen YES
  26.  
  27. ButtonRelease event, serial 36, synthetic NO, window 0x2800001,
  28. root 0x7f, subw 0x0, time 774014, (148,43), root:(149,148),
  29. state 0x200, button 2, same_screen YES
  30.  
  31. KeyRelease event, serial 36, synthetic NO, window 0x2800001,
  32. root 0x7f, subw 0x0, time 774048, (148,43), root:(149,148),
  33. state 0x0, keycode 39 (keysym 0x73, s), same_screen YES,
  34. XLookupString gives 1 bytes: (73) "s"
  35. XFilterEvent returns: False
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement