Hi,
I try to a map key pressed event to a MCE button. I tried ASCII key code for the first field (33 for !) and 27 (Esc) for the second but nothing happens. ! should activate the debug screen while watching tv or video and escape should go back. I see in the log that the event is received and mapped but the which action.
[2014-02-23 21:55:31,037] [Log ] [9 ] [INFO ] - MCE: Incoming button command: AspectRatio
[2014-02-23 21:55:31,076] [Log ] [9 ] [INFO ] - MCE: Command "AspectRatio" mapped
[2014-02-23 21:55:38,062] [Log ] [MPMain ] [DEBUG] - D3D: Showing mouse cursor
Excerpt from my Microsoft MCE.xml:
Is there any more logging info possible what going on?
Regards, uxDesign
I try to a map key pressed event to a MCE button. I tried ASCII key code for the first field (33 for !) and 27 (Esc) for the second but nothing happens. ! should activate the debug screen while watching tv or video and escape should go back. I see in the log that the event is received and mapped but the which action.
[2014-02-23 21:55:31,037] [Log ] [9 ] [INFO ] - MCE: Incoming button command: AspectRatio
[2014-02-23 21:55:31,076] [Log ] [9 ] [INFO ] - MCE: Command "AspectRatio" mapped
[2014-02-23 21:55:38,062] [Log ] [MPMain ] [DEBUG] - D3D: Showing mouse cursor
Excerpt from my Microsoft MCE.xml:
Code:
<button name="Aspect Ratio" code="39">
<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="33" cmdkeycode="0" sound="click.wav" />
</button>
Is there any more logging info possible what going on?
Regards, uxDesign