tuxedocomputers / tuxedo-keyboard

This repository will no longer get any updates as the code here is now part of tuxedo-drivers https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers.
https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers
GNU General Public License v3.0
299 stars 93 forks source link

Missing media keys #193

Closed sQVe closed 11 months ago

sQVe commented 1 year ago

Hey, 👋

I might very well be missing something obvious, but I cannot, for the life of me, get the Fn + F1 to F12 to trigger the correct media key.

My system is running Arch Linux with tuxedo-control-center-bin and tuxedo-keyboard-dkms installed from the AUR. When running xev and pressing Fn + F5 it doesn't output XF86AudioMute like my other computers.

These are the media codes I want to use (and use in i3wm):

# Media based bindings.
bindsym XF86AudioLowerVolume exec $volume-down
bindsym XF86AudioMicMute exec $microphone-toggle
bindsym XF86AudioMute exec $volume-toggle
bindsym XF86AudioNext exec $music-next
bindsym XF86AudioPlay exec $music-toggle
bindsym XF86AudioPrev exec $music-prev
bindsym XF86AudioRaiseVolume exec $volume-up
bindsym XF86MonBrightnessDown exec $brightness-down
bindsym XF86MonBrightnessUp exec $brightness-up
bindsym XF86PowerOff exec $menu-state

Any guidance on how to get this to work would be greatly appreciated! 🙏🏼

h3n3b0sch commented 11 months ago

Hello,

I really would like to hear answers to this issue. I have a same kind of problem; I'm trying to get the keys working on DWM. Running the Tuxedocomputers Xubuntu everything works fine but when I'm switching to the DWM window manager I can't get it to work.

Anyone who can help us out?

With kind regards, h3n3

tuxedo-bot commented 11 months ago

This repository will no longer get any updates as the code here is now part of tuxedo-drivers https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers.

Please open a merge request or issue in the new project on GitLab if you contribution or bug report still applies.