1# Automatically load the proper keymaps after the Remote Controller device 2# creation. The keycode tables rules should be at /etc/rc_maps.cfg 3 4ACTION=="add", SUBSYSTEM=="input", SUBSYSTEMS=="rc", KERNEL=="event*", ENV{.rc_sysdev}="$id", RUN+="/usr/bin/ir-keytable -a /etc/rc_maps.cfg -s $env{.rc_sysdev}" 5