Browse Community
Help
Log In
Responses(2)
Solutions(0)
naelyn
6 Posts
0
June 6th, 2015 08:00
Some results from capturing xev from a broken state and then a subsequently corrected state after logging out and logging back in again:
BROKEN
FocusOut event, serial 37, synthetic NO, window 0x3600001, mode NotifyGrab, detail NotifyAncestor
FocusIn event, serial 37, synthetic NO, window 0x3600001, mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event, serial 37, synthetic NO, window 0x0, keys: 2 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
FIXED
KeyPress event, serial 37, synthetic NO, window 0x4000001, root 0x97, subw 0x0, time 9552089, (-794,-332), root:(77,143), state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES, XLookupString gives 1 bytes: (09) " " XmbLookupString gives 1 bytes: (09) " " XFilterEvent returns: False
KeyRelease event, serial 37, synthetic NO, window 0x4000001, root 0x97, subw 0x0, time 9552186, (-794,-332), root:(77,143), state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES, XLookupString gives 1 bytes: (09) " " XFilterEvent returns: False
June 6th, 2015 19:00
So I tracked part of it down as:
So the new question is, what caused a nonexistent modifier key to be indefinitely depressed?
Dell Support Resources
View All
Top
naelyn
6 Posts
0
June 6th, 2015 08:00
Some results from capturing xev from a broken state and then a subsequently corrected state after logging out and logging back in again:
BROKEN
FocusOut event, serial 37, synthetic NO, window 0x3600001,
mode NotifyGrab, detail NotifyAncestor
FocusIn event, serial 37, synthetic NO, window 0x3600001,
mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event, serial 37, synthetic NO, window 0x0,
keys: 2 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
FIXED
KeyPress event, serial 37, synthetic NO, window 0x4000001,
root 0x97, subw 0x0, time 9552089, (-794,-332), root:(77,143),
state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
XLookupString gives 1 bytes: (09) " "
XmbLookupString gives 1 bytes: (09) " "
XFilterEvent returns: False
KeyRelease event, serial 37, synthetic NO, window 0x4000001,
root 0x97, subw 0x0, time 9552186, (-794,-332), root:(77,143),
state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
XLookupString gives 1 bytes: (09) " "
XFilterEvent returns: False
naelyn
6 Posts
0
June 6th, 2015 19:00
So I tracked part of it down as:
So the new question is, what caused a nonexistent modifier key to be indefinitely depressed?