I've added the following to my keymap and I can see from the logs that the script executes on key press. But nothing seems to happen.
Which leads me to the script - pieced together from searching online.
Code
import xbmc
xbmc.executebuiltin( "XBMC.Action(Pause)" )
xbmc.executebuiltin( "XBMC.Action(Back)" )
The has worked for others on the kodi forums, but perhaps the information is outdated.
Is there any obvious or libreelec-specific reason why this doesn't appear to do anything?
Thanks for reading & any info or hints at how to debug much appreciated!