Skip to content

Instantly share code, notes, and snippets.

@Concept211
Last active April 24, 2017 16:25
Show Gist options
  • Save Concept211/49fc244d3d371d873aaa093ad8c3515c to your computer and use it in GitHub Desktop.
Save Concept211/49fc244d3d371d873aaa093ad8c3515c to your computer and use it in GitHub Desktop.
Fix Chrome and Logitech SetPoints for Key Socket Media Keys
  1. Open C:\Program Files\Logitech\SetPointP\players.ini
  2. Add these lines to their respective sections
[Players]
KeySocketMediaKeys=key,chrome.exe,Chrome_WidgetWin_1,xxx,xxx,&0xB3,&0xB3,&0xB2,&0xB1,&0xB0,0,1,Key Socket Media Keys

[Players.Run]
KeySocketMediaKeys=path,%USERPROFILE%\AppData\Local\Google\Chrome\User Data\Default\Extensions\fphfgdknbpakeedbaenojjdcdoajihik\0.7.1_0\icons\icon16.png

[Players.Display]
KeySocketMediaKeys=Key Socket Media Keys
  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.

(Note: Completely based on the fix created by @julianxhokaxhiu for Google Play: https://gist.github.com/julianxhokaxhiu/f5ea4bb922e3ab1d7fec)

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