LCL: actually show to user deprecated messages for VK_LCL_OPEN_BRAKET and VK_LCL_CLOSE_BRAKET constants

This commit is contained in:
Maxim Ganetsky 2021-10-20 23:54:21 +03:00
parent 14304e8180
commit a4bb9309b7

View File

@ -635,8 +635,8 @@ const
VK_LCL_SEMI_COMMA = VK_OEM_1; // The ";:" Key
VK_LCL_MINUS = VK_OEM_MINUS; // The "-_" Key
VK_LCL_OPEN_BRAKET = VK_OEM_4; // deprecated 'Use VK_LCL_OPEN_BRACKET instead';
VK_LCL_CLOSE_BRAKET= VK_OEM_6; // deprecated 'Use VK_LCL_CLOSE_BRACKET instead';
VK_LCL_OPEN_BRAKET = VK_OEM_4 deprecated 'Use VK_LCL_OPEN_BRACKET instead';
VK_LCL_CLOSE_BRAKET= VK_OEM_6 deprecated 'Use VK_LCL_CLOSE_BRACKET instead';
VK_LCL_OPEN_BRACKET = VK_OEM_4; // The "[{" Key
VK_LCL_CLOSE_BRACKET= VK_OEM_6; // The "]}" Key