Last update recently

For people with a ASUS branded device:

Can you please execute the following snippet of code inside of a (EOS 3.9.0) Terminal:

sudo mkdir /etc/X11/xorg.conf.d
cat << EOF | sudo tee /etc/X11/xorg.conf.d/98-asus-wmi-hotkeys.conf
Section "InputClass"
        Identifier "Asus WMI hotkeys"
        MatchProduct "Asus WMI hotkeys"
        Option "Ignore" "on"
EndSection

EOF

It seems that for some reason, the Xorg Server misinterprets the Hotkey Buttons on your Device as the actual Keyboard. After issuing these commands, reboot your device.

1 Like