how to cancel turn on/off keyboard light when i change language on ubuntu 20.04?
i configured my custom turn on and turn off by script
#!/bin/bash
if [ -f /tmp/keyboard_light ]; then
xset -led 3 && rm /tmp/keyboard_light
else
xset led 3 && touch /tmp/keyboard_light
fi
but when i change lang from tray or "Super+Space" keyboard light changed too