Key Codes
Key Codes
/*
This file shows a complete list of all the virtual keys VK_ aliases and their hex
value.
You can use either the alias, the hex value or the decimal value for the Reshade
key bindings.
Do not edit this file to change key bindings - edit the ReShade_settings.txt
instead.
*/
/*--------------------.
| :: Mouse buttons :: |
'--------------------*/
/*
* 0x07 : unassigned
*/
/*
* 0x0A - 0x0B : reserved
*/
/*
* VK_0 - VK_9 are the same as ASCII '0' - '9' (0x30 - 0x39)
* 0x40 : unassigned
* VK_A - VK_Z are the same as ASCII 'A' - 'Z' (0x41 - 0x5A)
*/
/*
* 0x5E : reserved
*/
/*
* 0x88 - 0x8F : unassigned
*/
/*
* 0x97 - 0x9F : unassigned
*/