-
-
Save esteves67/52b49ae9939209b38fae11f8cc6afeff to your computer and use it in GitHub Desktop.
CSR Bluetooth 'Caps Lock' OSD notification mute
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Cambridge Silicon Radio\Harmony\Default] | |
"OSD"=dword:00000000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From: https://answers.microsoft.com/en-us/windows/forum/windows_7-desktop/caps-lock-notification-appears-on-the-screen-when/285a5edf-eb03-4e19-93c3-63e869486180?page=12 | |
By jaaymaac replied on June 2, 2015 | |
I finally found the file in the registry that got rid of the notifications if you have a CSR Harmony Bluetooth dongle installed: | |
HKEY_LOCAL_MACHINE\SOFTWARE\Cambridge Silicon Radio\Harmony\Default | |
double click OSD | |
set value to 0 | |
restart pc | |
no more caps lock on / off notifications for me! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment