where would I save/insert the kiplus_compl.txt file? I tried saving the file to the disk with no luck.
the old config way would be to put it in the storage disk, in .config/rc_keymaps
and then you reference it from .config/rc_maps.cfg
there is a sample of config with a .toml file in another post on the forum :
RE: T95Z 2G/16G(S912) remote control does not work on 10.95.0-box
This ^ should define a new custom_remote config that's the same as the x96max remote.
(Code, 2 lines)
This ^ might be an even easier version (see if it works first). It's been a while since I played around with the keymaps.
If neither of those work, the keycodes need to be persuaded into outputting something with `"ir-keytable" .. I'm not sure why that wouldn't be showing something.
eg reading the documentation :
https://wiki.libreelec.tv/configuration/…s#configuration
* eg the command below creates a rc_maps.cfg that will override the default config
* the kiplus_compl file must be in
the .txt extension is not necessary, I was forced to use it to upload to the forum...
Either you can do this in a terminal or just mounting your microsd / sd on a computer : EDIT : stupid error from me : storage is ext4, i misread the mount between the 2 partitions.
The good way to do this is to ssh to libreelec.
Mounting ext4 storage partition is possible in linux so I forgot, only to notice again in trying to edit files on the disk that they are not easily updatable.