#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 390 of file kbdjpn.c.
390 {
392}
ROSDATA KBDTABLES keyboard_layout_table
◆ extcode0_to_vk
◆ extcode1_to_vk
Initial value:
Definition at line 145 of file kbdjpn.c.
◆ extended_key_names
Initial value:= {
{ 0x1d,
L"Right Control" },
{ 0x5b,
L"Left <ReactOS>" },
{ 0x5c,
L"Right <ReactOS>" },
{ 0x5d,
L"Application" },
}
Definition at line 334 of file kbdjpn.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, {'\\', '_' , 0x1c } },
{ 0, 0 }
}
Definition at line 226 of file kbdjpn.c.
◆ key_to_chars_4mod
ROSDATA VK_TO_WCHARS4 key_to_chars_4mod[] |
Initial value:= {
{
'6', 0, {
'6',
'^',
WCH_NONE, 0x1e } },
{ VK_OEM_MINUS, 0, {
'-',
'=',
WCH_NONE, 0x1f } },
{ 0, 0 }
}
Definition at line 237 of file kbdjpn.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 361 of file kbdjpn.c.
Referenced by KbdLayerDescriptor().
◆ keypad_numbers
ROSDATA VK_TO_WCHARS1 keypad_numbers[] |
Initial value:
Definition at line 246 of file kbdjpn.c.
◆ modifier_bits
Initial value:= {
3,
{ 0, 1, 2, 3 }
}
ROSDATA VK_TO_BIT modifier_keys[]
Definition at line 157 of file kbdjpn.c.
◆ modifier_keys
Initial value:
Definition at line 150 of file kbdjpn.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 264 of file kbdjpn.c.