Sweet
after trying what you posted it looks like in order to use it with
Aeon Nox 5: SiLVO 5.7.4-2.0.7 I will have to go to:
System >> Appearance >> Skin >> Settings >> Setup the Aeon Nox Main Menu >> select the menu item I want to use >> Default Select Action >> Custom shortcut
then I need to use:
XBMC.NotifyAll(xbmc, hello)
this will give me an event that looks like this:
XBMC.Other.hello{1}=
{
"data":null,
"sender":"xbmc"
}
I tried multiple different ways to add in payloads but no luck, this is what I tried:
XBMC.NotifyAll(xbmc, hello&&payload)
XBMC.NotifyAll(xbmc, hello\x26\x26payload)
XBMC.NotifyAll(xbmc, hello, payload)
XBMC.NotifyAll(xbmc, hello)&&payload
XBMC.NotifyAll(xbmc, hello)\x26\x26payload
XBMC.NotifyAll(xbmc, hello)payload
XBMC.NotifyAll(xbmc, hello.payload)
XBMC.NotifyAll(xbmc, hello, "payload")
XBMC.NotifyAll(xbmc, hello)(payload)
but for now I don't need Payloads, but I could definitely see it being beneficial.
now I can use this to launch Netflix