|
According to xev, If Fn-Up is not assigned to anything, then everything is cool:
KeyPress event, serial 31, synthetic NO, window 0x3200001, root 0x101, subw 0x0, time 1673347, (-219,-234), root:(623,184), state 0x0, keycode 233 (keysym 0x1008ff02, XF86MonBrightnessUp), same_screen YES, XLookupString gives 0 bytes: XmbLookupString gives 0 bytes: XFilterEvent returns: False
KeyRelease event, serial 31, synthetic NO, window 0x3200001, root 0x101, subw 0x0, time 1673347, (-219,-234), root:(623,184), state 0x0, keycode 233 (keysym 0x1008ff02, XF86MonBrightnessUp), same_screen YES, XLookupString gives 0 bytes: XFilterEvent returns: False
However, if Fn-Up is assigned to "Increase Screen Brightness" in KDE, then the following events happen several times until the brightness hits max. (There is a small popup slider showing brightness level going up which might be responsible for "focus" events.)
KeyRelease event, serial 35, synthetic NO, window 0x3200001, root 0x101, subw 0x0, time 1715333, (-251,-60), root:(591,358), state 0x2, keycode 233 (keysym 0x1008ff02, XF86MonBrightnessUp), same_screen YES, XLookupString gives 0 bytes: XFilterEvent returns: False
FocusOut event, serial 35, synthetic NO, window 0x3200001, mode NotifyGrab, detail NotifyAncestor
FocusIn event, serial 35, synthetic NO, window 0x3200001, mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event, serial 35, 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 2 0 0
KeyRelease .. etc as above several times ..
Not sure what this means though. Does this make anything clearer ?
|