linuxOS_AP05/debian/binary/usr/lib/udev/rules.d/64-xorg-xkb.rules
2025-09-26 09:40:02 +08:00

9 lines
257 B
Plaintext

ACTION!="add|change", GOTO="xorg_xkb_end"
SUBSYSTEM!="input", GOTO="xorg_xkb_end"
KERNEL!="event*", GOTO="xorg_xkb_end"
# import keyboard layout from /etc/default/keyboard
ENV{ID_INPUT_KEY}=="?*", IMPORT{file}="/etc/default/keyboard"
LABEL="xorg_xkb_end"