linuxOS_AP05/debian/base-linaro/binary/lib/udev/rules.d/64-xorg-xkb.rules

9 lines
257 B
Plaintext
Raw Normal View History

2025-09-26 01:40:02 +00:00
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"