Configurando Keychron K2 no Ubuntu

21/06/2021 tipslinux

Dando suporte ao ç (c cedilha)

Corrigindo as teclas de função (F1, F2, F3, F4, etc)

Execute no terminal:

echo 0 | sudo tee /sys/module/hid_apple/parameters/fnmode
echo options hid_apple fnmode=0 | sudo tee -a /etc/modprobe.d/hid_apple.conf
sudo update-initramfs -u -k all