Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT
The former name was incorrect in English, though for us latin lovers it's an understandable mistake. Second part of and closes #3626.
This commit is contained in:
@ -145,7 +145,7 @@ static _WinTranslatePair _vk_to_keycode[]={
|
||||
{ KEY_KP_MULTIPLY,VK_MULTIPLY},// (0x6A)
|
||||
{ KEY_KP_ADD,VK_ADD},// (0x6B)
|
||||
//VK_SEPARATOR (0x6C)
|
||||
{ KEY_KP_SUBSTRACT,VK_SUBTRACT},// (0x6D)
|
||||
{ KEY_KP_SUBTRACT,VK_SUBTRACT},// (0x6D)
|
||||
{ KEY_KP_PERIOD,VK_DECIMAL},// (0x6E)
|
||||
{ KEY_KP_DIVIDE,VK_DIVIDE},// (0x6F)
|
||||
{ KEY_F1,VK_F1},// (0x70)
|
||||
|
||||
Reference in New Issue
Block a user