#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
◆ KbdLayerDescriptor()
Definition at line 442 of file kbdgr.c.
442 {
444}
ROSDATA KBDTABLES keyboard_layout_table
◆ dead_key
◆ dead_key_names
Initial value:
Definition at line 364 of file kbdgr.c.
◆ extcode0_to_vk
◆ extcode1_to_vk
Initial value:
Definition at line 145 of file kbdgr.c.
◆ extended_key_names
Initial value:= {
{ 0x1c,
L"Eingabe (Zehnertastatur" },
{ 0x1d,
L"Strg-Rechts" },
{ 0x35,
L" (Zehnertastatur)" },
{ 0x45,
L"Num-Feststell" },
{ 0x49,
L"Bild-Nach-Oben" },
{ 0x4d,
L"Nach-Rechts" },
{ 0x51,
L"Bild-Nach-Unten" },
{ 0x56,
L"Linke <ReactOS>" },
{ 0x5b,
L"Rechte <ReactOS>" },
}
Definition at line 338 of file kbdgr.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:= {
{
'3',
CAPLOK, {
'3', 0xa7, 0xb3} },
{
'7',
CAPLOK, {
'7',
'/',
'{'} },
{
'8',
CAPLOK, {
'8',
'(',
'['} },
{
'9',
CAPLOK, {
'9',
')',
']'} },
{
'0',
CAPLOK, {
'0',
'=',
'}'} },
{
'Q',
CAPLOK, {
'q',
'Q',
'@'} },
{
'E',
CAPLOK, {
'e',
'E', 0x20ac} },
{
'M',
CAPLOK, {
'm',
'M', 0xb5} },
{ VK_OEM_102, 0, {'<', '>', '|'} },
{ 0,0 }
}
Definition at line 217 of file kbdgr.c.
◆ key_to_chars_4mod
ROSDATA VK_TO_WCHARS4 key_to_chars_4mod[] |
Initial value:= {
{ VK_OEM_PLUS,
CAPLOK, {
'+',
'*',
'~', 0x1d} },
{ 0, 0 }
}
Definition at line 233 of file kbdgr.c.
◆ key_to_chars_5mod
ROSDATA VK_TO_WCHARS5 key_to_chars_5mod[] |
Initial value:
Definition at line 247 of file kbdgr.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 413 of file kbdgr.c.
Referenced by KbdLayerDescriptor().
◆ keypad_numbers
ROSDATA VK_TO_WCHARS1 keypad_numbers[] |
Initial value:
Definition at line 255 of file kbdgr.c.
◆ modifier_bits
Initial value:= {
6,
}
ROSDATA VK_TO_BIT modifier_keys[]
Definition at line 157 of file kbdgr.c.
◆ modifier_keys
Initial value:
Definition at line 150 of file kbdgr.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 273 of file kbdgr.c.