VK_CONTROL/VK_MENU/VK_SHIFT的默认值

tob*_*obi 9 c++ keyboard winapi

我们有2 CTRL/ ALT/ SHIFT我们的键盘上的按键.但是在win api中有VK_CONTROL/ VK_LCONTROL/ VK_RCONTROL可用.那么VK_CONTROL? VK_LCONTROL(左)或VK_RCONTROL(右)的默认值是多少?或者它可能会根据某些情况选择价值?无法在MSDN或Google中找到答案.

我认为这与CTRL它们无关- 它们是交替的,但它与例如它有所不同ALT.

arx*_*arx 7

WinUser.h中的文本:

VK_L* & VK_R* - left and right Alt, Ctrl and Shift virtual keys.
Used only as parameters to GetAsyncKeyState() and GetKeyState().
No other API or message will distinguish left and right keys in this way.