mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Small fix modifier_bits structure
svn path=/trunk/; revision=33346
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user