Skip to content

Instantly share code, notes, and snippets.

@julianxhokaxhiu
Last active March 25, 2019 12:39
Show Gist options
  • 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
@dominicusmento
Copy link

Works. Thanks

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