9 lines
211 B
Text
9 lines
211 B
Text
|
ACTION!="add|change", GOTO="xorg_xkb_end"
|
||
|
SUBSYSTEM!="input", GOTO="xorg_xkb_end"
|
||
|
KERNEL!="event*", GOTO="xorg_xkb_end"
|
||
|
|
||
|
ENV{ID_INPUT_KEY}=="?*", IMPORT{file}="/storage/.cache/xkb/layout"
|
||
|
|
||
|
LABEL="xorg_xkb_end"
|
||
|
|