Reply to thread

Hi mm1352000


I know that I have a custom mapping. I've checked it before posting and it was the same as before. The volume keys are still mapped to the MP actions.

Her are the relevant mappings of Microsoft MCE.xml


    <button name="Volume +" code="16">

       <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="103" sound="cursor.wav" />

     </button>

     <button name="Volume -" code="17">

       <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="102" sound="cursor.wav" />

     </button>

    <button name="Mute" code="14">

       <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="9982" sound="click.wav" />

     </button>


Edit:

I tried generic HID instead of MCE and mute works now. Volume +/- doesn't though. Strange thing...


Top Bottom