Skip to content

Instantly share code, notes, and snippets.

@julianxhokaxhiu
Last active March 25, 2019 12:39
Show Gist options
  • Star 13 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save julianxhokaxhiu/f5ea4bb922e3ab1d7fec to your computer and use it in GitHub Desktop.
Save julianxhokaxhiu/f5ea4bb922e3ab1d7fec to your computer and use it in GitHub Desktop.
Fix Chrome/Chromium ( also based browsers ) and Logitech SetPoints MediaKeys events ( Windows )
  1. Open C:\Program Files\Logitech\SetPointP\players.ini
  2. Add these lines to their respective sections
[Players]
GooglePlayMusic=key,chrome.exe,Chrome_WidgetWin_1,xxx,xxx,&0xB3,&0xB3,&0xB2,&0xB1,&0xB0,0,1,Google Play Music
# If you need support for a third party Chromium browser, for eg. Vivaldi, add this line
Vivaldi=key,vivaldi.exe,Chrome_WidgetWin_1,xxx,xxx,&0xB3,&0xB3,&0xB2,&0xB1,&0xB0,0,1,Vivaldi
# Basically you need to copy paste the line, change the "exe file name", the entry name ( before = ) and the last part after the ,

[Players.Run]
# This is nice, but not mandatory
GooglePlayMusic=path,%USERPROFILE%\AppData\Local\Google\Chrome\User Data\Default\Web Applications\_crx_icppfcnhkcmnfdhfhphakoifcfokfdhg\Google Play Music.ico

[Players.Display]
# Also nice, but not mandatory
GooglePlayMusic=Google Play Music
# If you need support for a third party Chromium browser, for eg. Vivaldi, add this line
Vivaldi=Vivaldi
  1. Restart your PC - OR - Kill 'Logitech SetPoint Event Manager' via Task manager and reopen the Logitech Setpoint software settings from Start menu or Control Panel
Copy link

ghost commented Oct 19, 2015

Awesome. Thank you.

@nitech
Copy link

nitech commented May 11, 2016

Confirmed, works. Great work!

@HenryTheVacuum
Copy link

HenryTheVacuum commented Sep 17, 2016

Thanks. Wish this came up in more google searches:

[FIXED] Logitech Keyboard Media Keys Not Working
[FIXED] Media Keys Not Working / Broken for Youtube
[FIXED] Logitech SetPoint Music Player Keys Not Working

@bozso11
Copy link

bozso11 commented Dec 8, 2016

Second the confirmation, it works. I also thank you for figuring this out and publishing it!

@ramonchito2
Copy link

Seriously, thanks :)

Copy link

ghost commented Feb 8, 2017

If only this could be modified to work on Vivaldi browser, which is based on Chrome. I've tried changing the obvious things but it still doesn't work.

@DashboardsVT
Copy link

This worked to fix my MX Revolution with SetPoint, thank you!

[FIXED] Logitech SetPoint Media Chrome
[SOLVED] Logitech SetPoint Media Chrome
[FIXED] Logitech SetPoint Media Mouse
[SOLVED] Logitech SetPoint Media Mouse

@julianxhokaxhiu
Copy link
Author

julianxhokaxhiu commented Aug 20, 2017

@gaetawoo Can you please try with

Vivaldi=key,vivaldi.exe,Chrome_WidgetWin_1,xxx,xxx,&0xB3,&0xB3,&0xB2,&0xB1,&0xB0,0,1,Vivaldi

I tested it on my side and works just fine.

Thanks :)

@dominicusmento
Copy link

Works. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment