2.9.124 Kcm
The Kcm structure specifies a shortcut key combination through a virtual key code and modifiers.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
vk |
A |
B |
C |
reserved |
vk (1 byte): An integer that specifies the Virtual key code for this shortcut key combination.
A - fkmShift (1 bit): Specifies whether the SHIFT key is pressed in this shortcut key combination.
B - fkmControl (1 bit): Specifies whether the CTRL key is pressed in this shortcut key combination.
C - fkmAlt (1 bit): Specifies whether the ALT key is pressed in this shortcut key combination.
reserved (5 bits): This value MUST be 0.