More > Media Center 11 (Development Ended)
Logitech Media Keys with SetPoint - My Fix
vaso65:
setpoint 2.47
mc 11.1.161
I Have removed start/stop/next/prev button section from all xml files in keyboard subfolder.
That work without OSD
Bye
nickharambee:
hi
i use a logitech cordless bluetooth keyboard, and have not installed setpoint because at the moment i have little need for it. the media keys all work when MC is in focus, but the volume dial and mute button don't work when MC is not in focus (other buttons do). does anyone know how i can get all buttons to work when MC is not in focus?
thanks
nick
Psycho:
Unbelievable! 10 yrs later and this is still very much helpful! :o
The only difference with the newest SetPoint version is that now the relevant folders are in
C:\ProgramData\LogiShrd\SetPointP\Devices\Keyboard
There are a lot of folders in there for different products but it's easy to find which one applies to you since it will be the only one that includes .png files as well as the xml document. Everything else remains the same.
Cmely:
Same here : thanks a lot for the tip ! :D :D :D
I've just used it on a Win10 + MC22 + Logitech MX3000 configuration and it's working fine.
Heptite:
I've used this forum thread to "fix" my media buttons every time Logitech's SetPoint software updates, and the method to fix it has changed enough by 2018 that I thought I'd post an update.
First, the file is now in %userprofile%\AppData\Roaming\Logitech\SetPoint\ and is called user.xml.
As always, back up this file first! Then exit the SetPoint software before modifying the file.
Next, it won't work to remove the sections any more, you have to change their HandlerSet values from MM WHATEVER to GenericButton.
I just searched for HandlerSet="MM and changed the values as described above. For example:
<Button Number="786613" Name="Button">
<Param IconLoc="" Type=""/>
<Trigger Class="ButtonPress">
<Param Button="786613" EventType="33554432" FirstRepeatDelay="0" RepeatDelay="0" Silent="0" Type="0"/>
<TriggerState Name="ButtonDownUp" HandlerSet="MM NEXT_FF">
<Handler Class="MMPlayer2">
<Param Action="NEXT" LongPressTime="600" OSDImage="next.png" OSDText="Next"/>
</Handler>
</TriggerState>
</Trigger>
</Button>
Becomes:
<Button Number="786613" Name="Button">
<Param IconLoc="" Type=""/>
<Trigger Class="ButtonPress">
<Param Button="786613" EventType="33554432" FirstRepeatDelay="0" RepeatDelay="0" Silent="0" Type="0"/>
<TriggerState Name="ButtonDownUp" HandlerSet="GenericButton">
<Handler Class="MMPlayer2">
<Param Action="NEXT" LongPressTime="600" OSDImage="next.png" OSDText="Next"/>
</Handler>
</TriggerState>
</Trigger>
</Button>
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version