LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Getting multimedia keys to work with Slackware 13.37 (https://www.linuxquestions.org/questions/slackware-14/getting-multimedia-keys-to-work-with-slackware-13-37-a-4175420969/)

Laxman_prodigy 08-08-2012 04:25 AM

Getting multimedia keys to work with Slackware 13.37
 
Hi.

How would I configure multimedia keys on Slackware 13.37? The keys like increase/decrease, mute volume, and other play/pause/stop music, etc.

Thanks.

sycamorex 08-08-2012 04:28 AM

On a window manager level (i3) that's what I do on my Lenovo ThinkPad T410 laptop (for increase/decrease/mute volume controls)
Code:

bindsym XF86AudioRaiseVolume exec amixer -q set Master 2dB+ unmute
bindsym XF86AudioLowerVolume exec amixer -q set Master 2dB- unmute
bindsym XF86AudioMute exec amixer -q set Master toggle

edit: have a look at:
http://en.gentoo-wiki.com/wiki/Multimedia_Keys

aster30 08-08-2012 07:15 AM

If you use xfce install xfce-volumed

jostber 08-10-2012 03:44 AM

You might check out Volti as well:

http://voices.yahoo.com/volti-volume...x-6973558.html


All times are GMT -5. The time now is 02:54 AM.