Created
May 7, 2026 09:36
-
-
Save a4lg/c2dde7cacc136688f33e3fe76c2f14da to your computer and use it in GitHub Desktop.
AMD Software Fix: Unset unconfigurable hotkeys
This file contains hidden or 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 | |
| ; In the author's environment, only configurable shortcuts in the AMD Software are "Display" and "Performance" hotkeys. | |
| ; Still, some other unconfigurable hotkeys (at least from the AMD Software) are active and caused issues when hotkeys are enabled. | |
| ; This file unsets such "unconfigurable" hotkeys. | |
| [HKEY_CURRENT_USER\SOFTWARE\AMD\DVR] | |
| "ToggleRsHotkey"="None" | |
| "ToggleRsPerfUiHotkey"="None" | |
| "ToggleRsPerfOverlayProfileHotkey"="None" | |
| "ToggleDvrToolbarHotkey"="None" | |
| "ToggleDvrRecordingHotkey"="None" | |
| "ToggleStreamingHotkey"="None" | |
| "ToggleCameraHotkey"="None" | |
| "ToggleMicrophoneHotkey"="None" | |
| "TakeScreenshotHotkey"="None" | |
| "SaveInstantReplayHotkey"="None" | |
| "SaveInstantGifHotkey"="None" | |
| "SaveInGameReplayHotkey"="None" | |
| "ToggleUpscaling"="None" | |
| "ToggleFrameGen"="None" | |
| "MicPushToTalkHotkey"="None" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment