/ Published in: Textpattern
xbmc web api key commands http://domain:port/xbmcCmds/xbmcHttp?command=SendKey(275)
Expand |
Embed | Plain Text
var controls = [ { name:"up", xsendkey:270 },{ name:"down", xsendkey:271 },{ name:"left", xsendkey:272 },{ name:"right", xsendkey:273 },{ name:"ok", xsendkey:256 },{ name:"queue", sugg:"1", xcommand:"Action(34)" },{ name:"pause", sugg:"2", xcommand:"pause" },{ name:"stop", sugg:"3", xcommand:"stop" },{ name:"play prev", sugg:"4", xcommand:"PlayPrev" },{ name:"start", sugg:"5", xsendkey:274 },{ name:"play next", sugg:"6", xcommand:"PlayNext" },{ name:"parent B", sugg:"7", xsendkey:257 },{ name:"back", sugg:"8", xsendkey:275 },{ name:"playing", sugg:"9", xsendkey:260 },{ name:"context", sugg:"*", xsendkey:261 },{ name:"screen X", sugg:"0", xsendkey:258 },{ name:"shutdown", sugg:"#", xsendkey:277 } ];
You need to login to post a comment.
