2.9.124 Kcm

The Kcm structure specifies a shortcut key combination through a virtual key code and modifiers.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

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.