mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 07:56:21 +00:00
025685f85e
IMPORT{file} is enough
9 lines
211 B
Plaintext
9 lines
211 B
Plaintext
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"
|
|
|