Je souhaite pouvoir controler la luminosité de mon écran à l'aide des touches de fonction F5 et F6. Premier problème, elles n'étaient pas détectée par xev, problème résolu grâce à ce fil. Maintenant autre problème, ces deux touches n'ont pas d'identifiant ! Quand j'appuis sur la touche pour monter le son par exemple, xev me donne :
Code : Tout sélectionner
KeyPress event, serial 33, synthetic NO, window 0x1a00001,
root 0x1c7, subw 0x0, time 706521, (122,453), root:(767,501),
state 0x10, keycode 123 (keysym 0x1008ff13, XF86AudioRaiseVolume), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 33, synthetic NO, window 0x1a00001,
root 0x1c7, subw 0x0, time 706521, (122,453), root:(767,501),
state 0x10, keycode 123 (keysym 0x1008ff13, XF86AudioRaiseVolume), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
Code : Tout sélectionner
MappingNotify event, serial 33, synthetic NO, window 0x0,
request MappingKeyboard, first_keycode 8, count 248
FocusOut event, serial 33, synthetic NO, window 0x1a00001,
mode NotifyGrab, detail NotifyAncestor
FocusIn event, serial 33, synthetic NO, window 0x1a00001,
mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event, serial 33, synthetic NO, window 0x0,
keys: 68 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
Code : Tout sélectionner
bindsym XF86MonBrightnessUp exec xbacklight -inc 20