#include <stdarg.h>
#include <windef.h>
#include <winuser.h>
#include <ndk/kbd.h>
Go to the source code of this file.
◆ KMEXT
◆ KNUMS
◆ ROSDATA
◆ VK_EMPTY
#define VK_EMPTY 0xff /* The non-existent VK */ |
◆ vk_master
◆ WIN32_NO_STATUS
◆ KbdLayerDescriptor()
Definition at line 381 of file kbdlt1.c.
381 {
383}
ROSDATA KBDTABLES keyboard_layout_table
◆ extcode0_to_vk
◆ extcode1_to_vk
Initial value:
Definition at line 147 of file kbdlt1.c.
◆ extended_key_names
Initial value:= {
{ 0x56,
L"Left ReactOS" },
{ 0x5b,
L"Right ReactOS" },
}
Definition at line 325 of file kbdlt1.c.
◆ key_names
◆ key_to_chars_2mod
ROSDATA VK_TO_WCHARS2 key_to_chars_2mod[] |
◆ key_to_chars_3mod
ROSDATA VK_TO_WCHARS3 key_to_chars_3mod[] |
Initial value:= {
{ VK_OEM_102, 0, {0x5c, 0x2f, 0x1c} },
{ 0, 0 }
}
Definition at line 212 of file kbdlt1.c.
◆ key_to_chars_4mod
ROSDATA VK_TO_WCHARS4 key_to_chars_4mod[] |
Initial value:
Definition at line 222 of file kbdlt1.c.
◆ key_to_chars_5mod
ROSDATA VK_TO_WCHARS5 key_to_chars_5mod[] |
Initial value:= {
{
'1',
CAPLOK, {0x105, 0x104, 0x01,
'1',
'!'} },
{
'2',
CAPLOK, {0x10d, 0x10c, 0x02,
'2',
'@'} },
{
'3',
CAPLOK, {0x119, 0x118, 0x03,
'3',
'#'} },
{ 0, 0 }
}
Definition at line 229 of file kbdlt1.c.
◆ keyboard_layout_table
Initial value:= {
0,
0,
}
ROSDATA VSC_LPWSTR extended_key_names[]
ROSDATA USHORT scancode_to_vk[]
ROSDATA MODIFIERS modifier_bits
ROSDATA VSC_LPWSTR key_names[]
ROSDATA VSC_VK extcode0_to_vk[]
ROSDATA VK_TO_WCHAR_TABLE vk_to_wchar_master_table[]
ROSDATA VSC_VK extcode1_to_vk[]
Definition at line 352 of file kbdlt1.c.
Referenced by KbdLayerDescriptor().
◆ keypad_numbers
ROSDATA VK_TO_WCHARS1 keypad_numbers[] |
Initial value:
Definition at line 242 of file kbdlt1.c.
◆ modifier_bits
Initial value:= {
7,
}
ROSDATA VK_TO_BIT modifier_keys[]
Definition at line 159 of file kbdlt1.c.
◆ modifier_keys
Initial value:
Definition at line 152 of file kbdlt1.c.
◆ scancode_to_vk
◆ vk_to_wchar_master_table
Initial value:= {
{ 0, 0, 0 }
}
ROSDATA VK_TO_WCHARS1 keypad_numbers[]
ROSDATA VK_TO_WCHARS4 key_to_chars_4mod[]
ROSDATA VK_TO_WCHARS3 key_to_chars_3mod[]
ROSDATA VK_TO_WCHARS5 key_to_chars_5mod[]
ROSDATA VK_TO_WCHARS2 key_to_chars_2mod[]
Definition at line 260 of file kbdlt1.c.