httpapi key
#1
Hi i find the httpapi key for obteind the DISPLAY INFO i have tested the key 195 and 11 but doesnt work for info.
#define XINPUT_IR_REMOTE_INFO 195
Reply
#2
try 60 as I'm pretty sure it's (255 - 195)
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#3
Impossible to find the key HTTPAPI INFO-SYSTEM/ INFO with Action or sendkey. test 0 of 4008 Sad
Reply
#4
just a note... actions are not keys. the "info" button could be mapped to multiple actions, where each window is different. the INFO action is 11. are you using that? and did you try sendkey 60?
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#5
it does not work
Action 11 = 0 event
sendkey:
20:16:52 T:608 M: 56172544 DEBUG: HttpApi Start command: SendKey paras: SendKey; 11
20:16:52 T:608 M: 56172544 DEBUG: CApplication::OnKey: 11 pressed, action is 7
20:16:59 T:740 M: 56827904 DEBUG: webs: accept request
20:16:59 T:608 M: 56823808 DEBUG: HttpApi Start command: SendKey paras: SendKey; 60
20:16:59 T:608 M: 56823808 DEBUG: CApplication::OnKey: 60 pressed, action is 0
20:17:00 T:740 M: 56803328 DEBUG: webs: accept request
Reply
#6
what window is active when you issue this command? the mapping is window dependent.
did you try to using the action command instead with parameter of 11?
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#7
kraqh3d Wrote:what window is active when you issue this command? the mapping is window dependent.
did you try to using the action command instead with parameter of 11?

i send my command with the window HOME active, i send :command=Action&parameter=
Reply
#8
can do produce a debug log trying to sendkey 192 as well? and please try both 60 and 195 while in full screen video is playing.

looking at the keymap, the action code should be EXECUTE_BUILT_IN (122). its not an internal action. the info button is just invoking activatewindow(settings)
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#9
Action 11 doesnt work but the sendkey work with the id OnKey: 61513
Thank for your help.
Reply

Logout Mark Read Team Forum Stats Members Help
httpapi key0