rootkea

xev alt+prntscr

Feb 27th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.69 KB | None | 0 0
  1. KeyPress event, serial 37, synthetic NO, window 0x5600001,
  2.     root 0x2b9, subw 0x0, time 34428044, (126,129), root:(720,433),
  3.     state 0x10, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,             //Alt_L pressed
  4.     XLookupString gives 0 bytes:
  5.     XmbLookupString gives 0 bytes:
  6.     XFilterEvent returns: False
  7.  
  8. KeyPress event, serial 37, synthetic NO, window 0x5600001,
  9.     root 0x2b9, subw 0x0, time 34431180, (126,129), root:(720,433),
  10.     state 0x18, keycode 40 (keysym 0x64, d), same_screen YES,
  11.     XLookupString gives 1 bytes: (64) "d"                                       //Alt_L kept pressed + 'd' pressed
  12.     XmbLookupString gives 1 bytes: (64) "d"
  13.     XFilterEvent returns: False
  14.  
  15. KeyRelease event, serial 37, synthetic NO, window 0x5600001,
  16.     root 0x2b9, subw 0x0, time 34431255, (126,129), root:(720,433),
  17.     state 0x18, keycode 40 (keysym 0x64, d), same_screen YES,
  18.     XLookupString gives 1 bytes: (64) "d"
  19.     XFilterEvent returns: False
  20.  
  21. KeyPress event, serial 37, synthetic NO, window 0x5600001,
  22.     root 0x2b9, subw 0x0, time 34435196, (126,129), root:(720,433),
  23.     state 0x18, keycode 30 (keysym 0x75, u), same_screen YES,
  24.     XLookupString gives 1 bytes: (75) "u"                                       //Alt_L kept pressed + 'u' pressed
  25.     XmbLookupString gives 1 bytes: (75) "u"
  26.     XFilterEvent returns: False
  27.  
  28. KeyRelease event, serial 37, synthetic NO, window 0x5600001,
  29.     root 0x2b9, subw 0x0, time 34435263, (126,129), root:(720,433),
  30.     state 0x18, keycode 30 (keysym 0x75, u), same_screen YES,
  31.     XLookupString gives 1 bytes: (75) "u"
  32.     XFilterEvent returns: False
  33.  
  34. KeyRelease event, serial 37, synthetic NO, window 0x5600001,
  35.     root 0x2b9, subw 0x0, time 34438398, (126,129), root:(720,433),
  36.     state 0x18, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,                 //Alt_L pressed
  37.     XLookupString gives 0 bytes:
  38.     XFilterEvent returns: False
  39.  
  40. KeyPress event, serial 37, synthetic NO, window 0x5600001,
  41.     root 0x2b9, subw 0x0, time 34438398, (126,129), root:(720,433),
  42.     state 0x10, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
  43.     XLookupString gives 0 bytes:
  44.     XmbLookupString gives 0 bytes:
  45.     XFilterEvent returns: False
  46.  
  47. FocusOut event, serial 37, synthetic NO, window 0x5600001,                      //Alt_L kept pressed + 'Prntscr' pressed
  48.     mode NotifyGrab, detail NotifyAncestor
  49.  
  50. FocusOut event, serial 37, synthetic NO, window 0x5600001,                      //Alt_L kept pressed + 'Prntscr' pressed
  51.     mode NotifyUngrab, detail NotifyPointer
  52.  
  53. FocusIn event, serial 37, synthetic NO, window 0x5600001,                       //Alt_L kept pressed + 'Prntscr' pressed
  54.     mode NotifyUngrab, detail NotifyAncestor
  55.  
  56. KeymapNotify event, serial 37, synthetic NO, window 0x0,
  57.     keys:  0   0   0   0   0   0   0   0   1   0   0   0   0   0   0   0        //Alt_L kept pressed + 'Prntscr' pressed
  58.            0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0  
  59.  
  60. KeyRelease event, serial 37, synthetic NO, window 0x5600001,
  61.     root 0x2b9, subw 0x0, time 34438398, (126,129), root:(720,433),
  62.     state 0x18, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,                     //Alt_L released
  63.     XLookupString gives 0 bytes:
  64.     XFilterEvent returns: False
  65.  
  66. KeyPress event, serial 37, synthetic NO, window 0x5600001,
  67.     root 0x2b9, subw 0x0, time 34424276, (126,129), root:(720,433),
  68.     state 0x10, keycode 107 (keysym 0xff61, Print), same_screen YES,                    //PrntScr pressed
  69.     XLookupString gives 0 bytes:
  70.     XmbLookupString gives 0 bytes:
  71.     XFilterEvent returns: False
  72.  
  73. KeyRelease event, serial 37, synthetic NO, window 0x5600001,
  74.     root 0x2b9, subw 0x0, time 34424325, (126,129), root:(720,433),
  75.     state 0x10, keycode 107 (keysym 0xff61, Print), same_screen YES,
  76.     XLookupString gives 0 bytes:
  77.     XFilterEvent returns: False
Add Comment
Please, Sign In to add comment