#include <stdarg.h>
#include <windef.h>
#include <winuser.h>
#include <ndk/kbd.h>
Go to the source code of this file.
◆ DEADTRANS
◆ KMEXT
◆ KNUMS
◆ ROSDATA
◆ VK_EMPTY
#define VK_EMPTY 0xff /* The non-existent VK */ |
◆ vk_master
◆ WIN32_NO_STATUS
◆ DllMain()
◆ KbdLayerDescriptor()
Definition at line 441 of file kbdla.c.
441 {
443}
ROSDATA KBDTABLES keyboard_layout_table
◆ dead_key
◆ dead_key_names
Initial value:
Definition at line 350 of file kbdla.c.
◆ extcode0_to_vk
◆ extcode1_to_vk
Initial value:
Definition at line 147 of file kbdla.c.
◆ extended_key_names
Initial value:= {
{ 0x1d,
L"Right Control" },
{ 0x5b,
L"Left <ReactOS>" },
{ 0x5c,
L"Right <ReactOS>" },
{ 0x5d,
L"Application" },
}
Definition at line 323 of file kbdla.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_MINUS, 0, {'-', '_', 0x001f} },
{ VK_OEM_102, 0, {'<', '>', 0x001c} },
{
VK_BACK, 0, {
'\b',
'\b', 0x007f} },
{ 0, 0 }
}
Definition at line 215 of file kbdla.c.
◆ key_to_chars_4mod
ROSDATA VK_TO_WCHARS4 key_to_chars_4mod[] |
Initial value:= {
{
VK_OEM_4, 0, {
'\'',
'?', 0x001c,
'\\' } },
{ VK_OEM_PLUS, 0, {
'+',
'*',
WCH_NONE,
'~' } },
{ 0, 0 }
}
Definition at line 226 of file kbdla.c.
◆ key_to_chars_5mod
ROSDATA VK_TO_WCHARS5 key_to_chars_5mod[] |
Initial value:
Definition at line 238 of file kbdla.c.
◆ keyboard_layout_table
Initial value:= {
0,
0,
}
ROSDATA DEADKEY dead_key[]
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 DEADKEY_LPWSTR dead_key_names[]
ROSDATA VSC_VK extcode1_to_vk[]
Definition at line 412 of file kbdla.c.
Referenced by KbdLayerDescriptor().
◆ keypad_numbers
ROSDATA VK_TO_WCHARS1 keypad_numbers[] |
Initial value:
Definition at line 243 of file kbdla.c.
◆ modifier_bits
Initial value:= {
6,
}
ROSDATA VK_TO_BIT modifier_keys[]
Definition at line 159 of file kbdla.c.
◆ modifier_keys
Initial value:
Definition at line 152 of file kbdla.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 259 of file kbdla.c.