Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 431 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 431 Bytes

Volume keys (Fn+F7 & Fn+F8) fix

Request superuser access

sudo su

Download the config

wget -q https://github.com/franklin-albuquerque/ubuntu_volume-keys-fix/raw/main/hwdb.d/61-keyboard-local.hwdb -O /etc/udev/hwdb.d/61-keyboard-local.hwdb

Update the hardware database for udev

systemd-hwdb update
udevadm trigger /dev/input/event3

Restart the system to apply the changes

reboot