1*4882a593SmuzhiyunACTION!="add|change", GOTO="xorg_xkb_end" 2*4882a593SmuzhiyunSUBSYSTEM!="input", GOTO="xorg_xkb_end" 3*4882a593SmuzhiyunKERNEL!="event*", GOTO="xorg_xkb_end" 4*4882a593Smuzhiyun 5*4882a593Smuzhiyun# import keyboard layout from /etc/default/keyboard 6*4882a593SmuzhiyunENV{ID_INPUT_KEY}=="?*", IMPORT{file}="/etc/default/keyboard" 7*4882a593Smuzhiyun 8*4882a593SmuzhiyunLABEL="xorg_xkb_end" 9