# # Panasonic specific devd events # # Fn+F5: vol down notify 0 { match "system" "ACPI"; match "subsystem" "Panasonic"; match "notify" "0x85"; action "/usr/sbin/mixer vol -5"; }; # Fn+F6: vol up notify 0 { match "system" "ACPI"; match "subsystem" "Panasonic"; match "notify" "0x86"; action "/usr/sbin/mixer vol +5"; };