xev fluxbox sonido aumix mute sonido dell d610
1. Instalar paquetes necesarios:
aptitude install aumix xev
2. Obtener los códigos de tecla, en este caso 'bajar sonido'.
2.1 Lanzar el comando:
xev
2.2 Pulsar una vez la tecla en cuestión
2.3 Interrumpir la ejecución de xev:
Ctrl+C
2.4 Copiar el código que se ha escrito en la consola:
KeymapNotify event, serial 18, synthetic NO, window 0x0,
keys: 4294967172 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
ConfigureNotify event, serial 18, synthetic NO, window 0x1000001,
event 0x1000001, window 0x1000001, (0,21), width 178, height 178,
border_width 0, above 0x801b72, override NO
ConfigureNotify event, serial 18, synthetic YES, window 0x1000001,
event 0x1000001, window 0x1000001, (1,586), width 178, height 178,
border_width 0, above 0x0, override NO
KeyPress event, serial 31, synthetic NO, window 0x1000001,
root 0xff, subw 0x0, time 1399986, (151,-247), root:(152,339),
state 0x0, keycode 122 (keysym 0x1008ff11, XF86AudioLowerVolume), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 34, synthetic NO, window 0x1000001,
root 0xff, subw 0x0, time 1400078, (151,-247), root:(152,339),
state 0x0, keycode 122 (keysym 0x1008ff11, XF86AudioLowerVolume), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
ClientMessage event, serial 34, synthetic YES, window 0x1000001,
message_type 0x140 (WM_PROTOCOLS), format 32, message 0x13e (WM_DELETE_WINDOW)
En este caso el código es el 122: 'keycode 122'
Repetimos el proceso 2.1-2.4 tantas veces como teclas
3. Editar el archivo:
nano /home/mi_usuario/.fluxbox/keys
Y dejarlo tal que así:
123 :Exec amixer sset Master,0 1+
122 :Exec amixer sset Master,0 1-
121 :Exec amixer sset Master,0 toggle
4. Para probarlo, reiniciar fluxbox:
4.1 Botón derecho
4.2 Seleccionar 'Restart' con el botón izquierdo
5. Reproducir un archivo de sonido y pulsar la tecla 'bajar sonido'...