1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-24 07:56:21 +00:00
Lakka-LibreELEC/packages/x11/app/setxkbmap/udev.d/98-xorg-xkb.rules
Stefan Saraev 025685f85e setxkbmap: simplify layout setup
IMPORT{file} is enough
2014-02-22 20:41:34 +02:00

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"