To control the volume settings in Xfce with keyboard shortcuts, you have to assign the following commands in the "Application Shortcuts" section of the "Keyboard" configuration menu to corresponding shortcuts:
amixer set Master 5+ : increase volume amixer set Master 5- : decrease volume amixer set Master toggle : mute/unmute volume switch
had to use 'amixer set Master 2000+' instead of 5+, because the '2000' or '5' represents a number of units for the "Limit:" value reported by typing 'amixer' in terminal.
my sound card allows for "Limit: 0 - 65000" so, 5+/- doesn't do much at all :P
1 comments:
had to use 'amixer set Master 2000+' instead of 5+, because the '2000' or '5' represents a number of units for the "Limit:" value reported by typing 'amixer' in terminal.
my sound card allows for "Limit: 0 - 65000" so, 5+/- doesn't do much at all :P
Thanks much!
Post a Comment