darvid / tudor-volumed

Lightweight audio volume management daemon.
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

How tudor-volumed works? #1

Open csanyipal opened 6 years ago

csanyipal commented 6 years ago

Hi,

I just install tudor-volumed on my Gentoo linux system. How this works? Can it be used together with the Fn key on my laptop like this: Fn+Up for volume up, Fn+Down for volume down, Fn+F8 for toggle ( mute or unmute ) ?

Best, Pali

darvid commented 6 years ago

You pretty much have a couple of options if your laptop doesn't have media keys. You could edit the source code directly and change the key symbols and modifiers,

Alternatively, you could use xmodmap to map custom keycodes to the X media key symbols that tudor-volumed expects.

Hope that helps.