gpd-pocket-2-arch-guide icon indicating copy to clipboard operation
gpd-pocket-2-arch-guide copied to clipboard

Have you been able to get the Volume and Brightness buttons to work?

Open serialgeist opened this issue 5 years ago • 2 comments

I have tried several things to get the volume and brightness keys working, but nothing has worked. Any pointers?

serialgeist avatar Mar 15 '19 15:03 serialgeist

HI i thing, that it works for me.

Try to scan keycodes of keys in application xev

My bindings in i3:

bindsym XF86AudioRaiseVolume exec volume_notify 1 bindsym XF86AudioLowerVolume exec volume_notify 2 bindsym XF86AudioMute exec volume_notify 3 bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight +5 bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -5

novmar avatar Mar 25 '19 09:03 novmar

That worked! Thanks so much.

serialgeist avatar Mar 27 '19 14:03 serialgeist