| About this product | |
|---|---|
| Product | KOORUI MK082 Bluetooth Keyboard |
| Vendor | KOORUI |
| Tested operating systems | Debian GNU/Linux |
| Average rating | |
| CompatDB XML | koorui-mk082-bluetooth-keyboard.xml |
Compatibility Reports for KOORUI MK082 Bluetooth Keyboard
Reported by Anonymous
Rating
Operating system
Debian GNU/Linux
Date
The keyboard is an 82-key mechanical Bluetooth keyboard. The function keys are not working after boot.
To enable the function keys, run in the terminal:
echo 2 | sudo tee /sys/module/hid_apple/parameters/fnmode
To permanently enable the function keys, edit /etc/modprobe.d/hid_apple.conf and add:
options hid_apple fnmode=2
Then run:
sudo update-initramfs -u