#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 444 of file kbdit.c.
444 {
446}
ROSDATA KBDTABLES keyboard_layout_table
◆ extcode0_to_vk
◆ extcode1_to_vk
Initial value:
Definition at line 202 of file kbdit.c.
◆ extended_key_names
Initial value:= {
{ 0x56,
L"Left Windows" },
{ 0x5b,
L"Right Windows" },
}
Definition at line 387 of file kbdit.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:
Definition at line 281 of file kbdit.c.
◆ key_to_chars_4mod
ROSDATA VK_TO_WCHARS4 key_to_chars_4mod[] |
Initial value:= {
{
VK_OEM_1, 0, {0x00e8, 0x00e9,
'{',
'['} },
{ VK_OEM_PLUS,0, {'+', '*', '}', ']'} },
{
'E',
CAPLOK, {
'e',
'E', 0x05, 0x20AC} },
{ 0, 0 }
}
Definition at line 288 of file kbdit.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 414 of file kbdit.c.
Referenced by KbdLayerDescriptor().
◆ keypad_numbers
ROSDATA VK_TO_WCHARS1 keypad_numbers[] |
Initial value:
Definition at line 305 of file kbdit.c.
◆ modifier_bits
Initial value:= {
6,
}
ROSDATA VK_TO_BIT modifier_keys[]
Definition at line 214 of file kbdit.c.
◆ modifier_keys
Initial value:
Definition at line 207 of file kbdit.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_WCHARS2 key_to_chars_2mod[]
Definition at line 323 of file kbdit.c.