Normal
Unfortunately it happens with MP 1.26 Test 6 as well.This is the content of my Generic-HID.xml file:[CODE]<?xml version="1.0" encoding="utf-8" standalone="yes"?><HidHandler version="1"> <HidUsageAction UsagePage="GenericDesktopControls" UsageCollection="Keyboard" HandleHidEventsWhileInBackground="true"> <button code="MediaPreviousTrack" background="true" repeat="true"> <action layer="0" condition="PLAYER" conproperty="MUSIC" command="ACTION" cmdproperty="15" /> </button> <button code="MediaNextTrack" background="true" repeat="true"> <action layer="0" condition="PLAYER" conproperty="MUSIC" command="ACTION" cmdproperty="14" /> </button> <button code="MediaPlayPause" background="true" repeat="true"> <action layer="0" condition="PLAYER" conproperty="MUSIC" command="ACTION" cmdproperty="12" /> <action layer="0" condition="*" conproperty="" command="ACTION" cmdproperty="79" /> </button> </HidUsageAction></HidHandler>[/CODE]
Unfortunately it happens with MP 1.26 Test 6 as well.
This is the content of my Generic-HID.xml file:
[CODE]<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<HidHandler version="1">
<HidUsageAction UsagePage="GenericDesktopControls" UsageCollection="Keyboard" HandleHidEventsWhileInBackground="true">
<button code="MediaPreviousTrack" background="true" repeat="true">
<action layer="0" condition="PLAYER" conproperty="MUSIC" command="ACTION" cmdproperty="15" />
</button>
<button code="MediaNextTrack" background="true" repeat="true">
<action layer="0" condition="PLAYER" conproperty="MUSIC" command="ACTION" cmdproperty="14" />
<button code="MediaPlayPause" background="true" repeat="true">
<action layer="0" condition="PLAYER" conproperty="MUSIC" command="ACTION" cmdproperty="12" />
<action layer="0" condition="*" conproperty="" command="ACTION" cmdproperty="79" />
</HidUsageAction>
</HidHandler>[/CODE]