Você pode usar xbindkeys e xdotool para fazer isso.
-
Instalar
sudo apt-get install xbindkeys xdotool
-
Crie um padrão ~ / .xbindkeysrc
xbindkeys -d > ~/.xbindkeysrc
-
No ~ / .xbindkeysrc, adicione estas linhas:
# Adjust volume with mouse buttons "xdotool key XF86AudioLowerVolume" b:8 "xdotool key XF86AudioRaiseVolume" b:9
-
Iniciar xbindkeys
xbindkeys
-
Os botões agora ajustam o volume
-
Em Startup Applications, adicione uma entrada para iniciar automaticamente xbindkeys no login:
- Nome: xbindkeys
- Comando:
xbindkeys_autostart
- Nome: xbindkeys