Posts: 325
Joined: May 2008
Reputation:
0
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
Posts: 7,172
Joined: Dec 2003
Reputation:
4
kraqh3d
Retired Developer
Posts: 7,172
try 60 as I'm pretty sure it's (255 - 195)
Posts: 7,172
Joined: Dec 2003
Reputation:
4
kraqh3d
Retired Developer
Posts: 7,172
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?
Posts: 325
Joined: May 2008
Reputation:
0
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
Posts: 7,172
Joined: Dec 2003
Reputation:
4
kraqh3d
Retired Developer
Posts: 7,172
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?
Posts: 7,172
Joined: Dec 2003
Reputation:
4
kraqh3d
Retired Developer
Posts: 7,172
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)
Posts: 325
Joined: May 2008
Reputation:
0
Action 11 doesnt work but the sendkey work with the id OnKey: 61513
Thank for your help.