Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save a4lg/c2dde7cacc136688f33e3fe76c2f14da to your computer and use it in GitHub Desktop.

Select an option

Save a4lg/c2dde7cacc136688f33e3fe76c2f14da to your computer and use it in GitHub Desktop.
AMD Software Fix: Unset unconfigurable hotkeys
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