mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
- Small fix modifier_bits structure
svn path=/trunk/; revision=33346
This commit is contained in:
parent
96257d48db
commit
e904314653
4 changed files with 6 additions and 6 deletions
|
@ -165,8 +165,8 @@ ROSDATA VK_TO_BIT modifier_keys[] = {
|
|||
|
||||
ROSDATA MODIFIERS modifier_bits = {
|
||||
modifier_keys,
|
||||
3,
|
||||
{ 0, 1, 2, 3, 0, 0, 0xC0 } /* Modifier bit order, NONE, SHIFT, CTRL, ALT, MENU, SHIFT + MENU, CTRL + MENU */
|
||||
6,
|
||||
{ 0, 1, 3, 4, SHFT_INVALID, SHFT_INVALID, 2 }
|
||||
};
|
||||
|
||||
#define NOCAPS 0
|
||||
|
|
|
@ -165,8 +165,8 @@ ROSDATA VK_TO_BIT modifier_keys[] = {
|
|||
|
||||
ROSDATA MODIFIERS modifier_bits = {
|
||||
modifier_keys,
|
||||
3,
|
||||
{ 0, 1, 2, 3, 0, 0, 0xC0 } /* Modifier bit order, NONE, SHIFT, CTRL, ALT, MENU, SHIFT + MENU, CTRL + MENU */
|
||||
6,
|
||||
{ 0, 1, 3, 4, SHFT_INVALID, SHFT_INVALID, 2 }
|
||||
};
|
||||
|
||||
#define NOCAPS 0
|
||||
|
|
|
@ -166,7 +166,7 @@ ROSDATA VK_TO_BIT modifier_keys[] = {
|
|||
ROSDATA MODIFIERS modifier_bits = {
|
||||
modifier_keys,
|
||||
3,
|
||||
{ 0, 1, 2, 3, 0, 0, 0xC0 } /* Modifier bit order, NONE, SHIFT, CTRL, ALT, MENU, SHIFT + MENU, CTRL + MENU */
|
||||
{ 0, 1, 2, 3 }
|
||||
};
|
||||
|
||||
#define NOCAPS 0
|
||||
|
|
|
@ -166,7 +166,7 @@ ROSDATA VK_TO_BIT modifier_keys[] = {
|
|||
ROSDATA MODIFIERS modifier_bits = {
|
||||
modifier_keys,
|
||||
3,
|
||||
{ 0, 1, 2, 3, 0, 0, 0xC0 } /* Modifier bit order, NONE, SHIFT, CTRL, ALT, MENU, SHIFT + MENU, CTRL + MENU */
|
||||
{ 0, 1, 2, 3 }
|
||||
};
|
||||
|
||||
#define NOCAPS 0
|
||||
|
|
Loading…
Reference in a new issue