OK, here is the pastebin debug.log of the last actions. I pressed at 16:47 and at 16:48
Thread JobWorker 547901927648 terminating (autodelete) 16:46:34 T:548338131168 - Pastebin.com
I thought it might have something to do with cec so I completely deactivated it and got following line without the error:
DEBUG: Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0008, modifier: 0x0
17:01:15 T:547827302400 DEBUG: OnKey: backspace (0xf008) pressed, action is fullscreen
17:01:15 T:547827302400
Still no backspace happend when pressing it. The difference to your DEBUG is "action is Back", so what does action is fullscreen mean and why does it do that instead of back?
[hr]
or to stop Exit taking you straight to the homescreen from your video library and video files:
<?xml version="1.0" encoding="UTF-8"?>
<keymap>
<MyVideoFiles>
<keyboard>
<backspace mod="longpress">Back</backspace>
</keyboard>
</MyVideoFiles>
<MyVideoLibrary>
<keyboard>
<backspace mod="longpress">Back</backspace>
</keyboard>
</MyVideoLibrary>
</keymap>
Display More
What file name and extension is needed for the file I create and paste the above code in? And where do I put that file? \\LIBREELEC\Storage\.config\rc_keymaps or \\LIBREELEC\Configfiles\rc_keymaps?