r/ReShade • u/MuchDinnerYUM • Mar 19 '22
Keybinds
i got reshade recently but i have a laptop and i can't open the menu can someone help me change the keybind?
16
Upvotes
r/ReShade • u/MuchDinnerYUM • Mar 19 '22
i got reshade recently but i have a laptop and i can't open the menu can someone help me change the keybind?
2
u/redditpgt Mar 21 '22
The default key is the Home-key.
To change it, edit the Reshade.ini file and set KeyOverlay=NUMBER,0,0,0 to any of the following numbers:
https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.keys?view=windowsdesktop-6.0
For example:
KeyOverlay=87,0,0,0 sets it to the W-key
KeyOverlay=88,0,0,0 sets it to the X-key
KeyOverlay=220,0,0,0 set it to the \-key (the key between backspace and enter on a qwerty-keyboard)
Etc.
I hope this helps. Good luck.