ReactOS 0.4.15-dev-7942-gd23573b
kbduk.c File Reference
#include <stdarg.h>
#include <windef.h>
#include <winuser.h>
#include <ndk/kbd.h>
Include dependency graph for kbduk.c:

Go to the source code of this file.

Macros

#define WIN32_NO_STATUS
 
#define ROSDATA   static __attribute__((section(".data")))
 
#define VK_EMPTY   0xff /* The non-existent VK */
 
#define KNUMS   KBDNUMPAD|KBDSPECIAL /* Special + number pad */
 
#define KMEXT   KBDEXT|KBDMULTIVK /* Multi + ext */
 
#define vk_master(n, x)   { (PVK_TO_WCHARS1)x, n, sizeof(x[0]) }
 

Functions

PKBDTABLES WINAPI KbdLayerDescriptor (VOID)
 

Variables

ROSDATA USHORT scancode_to_vk []
 
ROSDATA VSC_VK extcode0_to_vk []
 
ROSDATA VSC_VK extcode1_to_vk []
 
ROSDATA VK_TO_BIT modifier_keys []
 
ROSDATA MODIFIERS modifier_bits
 
ROSDATA VK_TO_WCHARS2 key_to_chars_2mod []
 
ROSDATA VK_TO_WCHARS3 key_to_chars_3mod []
 
ROSDATA VK_TO_WCHARS4 key_to_chars_4mod []
 
ROSDATA VK_TO_WCHARS5 key_to_chars_5mod []
 
ROSDATA VK_TO_WCHARS6 key_to_chars_6mod []
 
ROSDATA VK_TO_WCHARS1 keypad_numbers []
 
ROSDATA VK_TO_WCHAR_TABLE vk_to_wchar_master_table []
 
ROSDATA VSC_LPWSTR key_names []
 
ROSDATA VSC_LPWSTR extended_key_names []
 
ROSDATA KBDTABLES keyboard_layout_table
 

Macro Definition Documentation

◆ KMEXT

#define KMEXT   KBDEXT|KBDMULTIVK /* Multi + ext */

Definition at line 30 of file kbduk.c.

◆ KNUMS

#define KNUMS   KBDNUMPAD|KBDSPECIAL /* Special + number pad */

Definition at line 29 of file kbduk.c.

◆ ROSDATA

#define ROSDATA   static __attribute__((section(".data")))

Definition at line 23 of file kbduk.c.

◆ VK_EMPTY

#define VK_EMPTY   0xff /* The non-existent VK */

Definition at line 27 of file kbduk.c.

◆ vk_master

#define vk_master (   n,
  x 
)    { (PVK_TO_WCHARS1)x, n, sizeof(x[0]) }

Definition at line 270 of file kbduk.c.

◆ WIN32_NO_STATUS

#define WIN32_NO_STATUS

Definition at line 10 of file kbduk.c.

Function Documentation

◆ KbdLayerDescriptor()

PKBDTABLES WINAPI KbdLayerDescriptor ( VOID  )

Definition at line 395 of file kbduk.c.

395 {
396 return &keyboard_layout_table;
397}
ROSDATA KBDTABLES keyboard_layout_table
Definition: kbduk.c:365

Variable Documentation

◆ extcode0_to_vk

ROSDATA VSC_VK extcode0_to_vk[]

Definition at line 103 of file kbduk.c.

◆ extcode1_to_vk

ROSDATA VSC_VK extcode1_to_vk[]
Initial value:
= {
{ 0x1d, VK_PAUSE },
{ 0, 0 },
}
#define VK_PAUSE
Definition: winuser.h:2205

Definition at line 145 of file kbduk.c.

◆ extended_key_names

ROSDATA VSC_LPWSTR extended_key_names[]
Initial value:
= {
{ 0x1c, L"Num Enter" },
{ 0x1d, L"Right Ctrl" },
{ 0x35, L"Num /" },
{ 0x37, L"Prnt Scrn" },
{ 0x38, L"Right Alt" },
{ 0x45, L"Num Lock" },
{ 0x46, L"Break" },
{ 0x47, L"Home" },
{ 0x48, L"Up" },
{ 0x49, L"Page Up" },
{ 0x4a, L"Left" },
{ 0x4c, L"Center" },
{ 0x4d, L"Right" },
{ 0x4f, L"End" },
{ 0x50, L"Down" },
{ 0x51, L"Page Down" },
{ 0x52, L"Insert" },
{ 0x53, L"Delete" },
{ 0x54, L"<ReactOS>" },
{ 0x55, L"Help" },
{ 0x56, L"Left Windows" },
{ 0x5b, L"Right Windows" },
{ 0, NULL },
}
#define NULL
Definition: types.h:112
#define L(x)
Definition: ntvdm.h:50

Definition at line 338 of file kbduk.c.

◆ key_names

ROSDATA VSC_LPWSTR key_names[]

Definition at line 282 of file kbduk.c.

◆ key_to_chars_2mod

ROSDATA VK_TO_WCHARS2 key_to_chars_2mod[]

Definition at line 164 of file kbduk.c.

◆ key_to_chars_3mod

ROSDATA VK_TO_WCHARS3 key_to_chars_3mod[]
Initial value:
= {
{ VK_OEM_4, 0, {'[', '{', 0x1b} },
{ VK_OEM_6, 0, {']', '}', 0x1d} },
{ VK_OEM_7, 0, {'#', '~', 0x1c} },
{ VK_OEM_5, 0, {'\\', '|', 0x1c} },
{ VK_RETURN, 0, {'\r', '\r', '\n'} },
{ 0, 0 }
}
#define VK_OEM_5
Definition: winuser.h:2318
#define VK_OEM_7
Definition: winuser.h:2320
#define VK_OEM_4
Definition: winuser.h:2317
#define VK_RETURN
Definition: winuser.h:2201
#define VK_OEM_6
Definition: winuser.h:2319

Definition at line 215 of file kbduk.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} },
{ VK_OEM_3, 0, {'\'', '@', WCH_NONE, 0x00} },
{ 0, 0 }
}
#define WCH_NONE
Definition: kbd.h:113
#define VK_OEM_3
Definition: winuser.h:2316

Definition at line 226 of file kbduk.c.

◆ key_to_chars_5mod

ROSDATA VK_TO_WCHARS5 key_to_chars_5mod[]
Initial value:
= {
{VK_OEM_8, 0, {'`', 0x00ac, WCH_NONE, WCH_NONE, 0xa6} },
{ '4', 0, {'4', '$', WCH_NONE, WCH_NONE, 0x20ac} },
{ 0, 0 }
}
#define VK_OEM_8
Definition: winuser.h:2321

Definition at line 235 of file kbduk.c.

◆ key_to_chars_6mod

ROSDATA VK_TO_WCHARS6 key_to_chars_6mod[]
Initial value:
= {
{ 'E', CAPLOK, {'e', 'E', 0x05, 0x05, 0x00e9, 0x00c9} },
{ 'U', CAPLOK, {'u', 'U', 0x15, 0x15, 0x00fa, 0x00da} },
{ 'I', CAPLOK, {'i', 'I', 0x09, 0x09, 0x00ed, 0x00cd} },
{ 'O', CAPLOK, {'o', 'O', 0x0f, 0x0f, 0x00f3, 0x00d3} },
{ 'A', CAPLOK, {'a', 'A', 0x01, 0x01, 0x00e1, 0x00c1} },
{ 0, 0 }
}
#define CAPLOK
Definition: kbd.h:118

Definition at line 243 of file kbduk.c.

◆ keyboard_layout_table

ROSDATA KBDTABLES keyboard_layout_table
Initial value:
= {
NULL,
0,
0,
}
#define RTL_NUMBER_OF(x)
Definition: RtlRegistry.c:12
#define KLLF_ALTGR
Definition: kbd.h:91
ROSDATA VSC_LPWSTR extended_key_names[]
Definition: kbduk.c:338
ROSDATA USHORT scancode_to_vk[]
Definition: kbduk.c:32
ROSDATA MODIFIERS modifier_bits
Definition: kbduk.c:157
ROSDATA VSC_LPWSTR key_names[]
Definition: kbduk.c:282
ROSDATA VSC_VK extcode0_to_vk[]
Definition: kbduk.c:103
ROSDATA VK_TO_WCHAR_TABLE vk_to_wchar_master_table[]
Definition: kbduk.c:272
ROSDATA VSC_VK extcode1_to_vk[]
Definition: kbduk.c:145
#define MAKELONG(a, b)
Definition: typedefs.h:249

Definition at line 365 of file kbduk.c.

Referenced by KbdLayerDescriptor().

◆ keypad_numbers

ROSDATA VK_TO_WCHARS1 keypad_numbers[]
Initial value:
= {
{ VK_DECIMAL, 0, {'.'} },
{ VK_NUMPAD0, 0, {'0'} },
{ VK_NUMPAD1, 0, {'1'} },
{ VK_NUMPAD2, 0, {'2'} },
{ VK_NUMPAD3, 0, {'3'} },
{ VK_NUMPAD4, 0, {'4'} },
{ VK_NUMPAD5, 0, {'5'} },
{ VK_NUMPAD6, 0, {'6'} },
{ VK_NUMPAD7, 0, {'7'} },
{ VK_NUMPAD8, 0, {'8'} },
{ VK_NUMPAD9, 0, {'9'} },
{ VK_BACK, 0, {'\010'} },
{ 0, 0 }
}
#define VK_NUMPAD3
Definition: winuser.h:2242
#define VK_NUMPAD1
Definition: winuser.h:2240
#define VK_NUMPAD2
Definition: winuser.h:2241
#define VK_NUMPAD4
Definition: winuser.h:2243
#define VK_NUMPAD0
Definition: winuser.h:2239
#define VK_NUMPAD6
Definition: winuser.h:2245
#define VK_NUMPAD9
Definition: winuser.h:2248
#define VK_BACK
Definition: winuser.h:2198
#define VK_NUMPAD5
Definition: winuser.h:2244
#define VK_NUMPAD7
Definition: winuser.h:2246
#define VK_NUMPAD8
Definition: winuser.h:2247
#define VK_DECIMAL
Definition: winuser.h:2253

Definition at line 254 of file kbduk.c.

◆ modifier_bits

ROSDATA MODIFIERS modifier_bits
Initial value:
= {
7,
{ 0, 1, 2, 3, 0, 0, 4, 5 }
}
ROSDATA VK_TO_BIT modifier_keys[]
Definition: kbduk.c:150

Definition at line 157 of file kbduk.c.

◆ modifier_keys

ROSDATA VK_TO_BIT modifier_keys[]
Initial value:
= {
{ 0, 0 }
}
#define KBDALT
Definition: kbd.h:16
#define KBDCTRL
Definition: kbd.h:15
#define KBDSHIFT
Definition: kbd.h:14
#define VK_CONTROL
Definition: winuser.h:2203
#define VK_SHIFT
Definition: winuser.h:2202
#define VK_MENU
Definition: winuser.h:2204

Definition at line 150 of file kbduk.c.

◆ scancode_to_vk

ROSDATA USHORT scancode_to_vk[]

Definition at line 32 of file kbduk.c.

◆ vk_to_wchar_master_table

ROSDATA VK_TO_WCHAR_TABLE vk_to_wchar_master_table[]
Initial value:
= {
{ 0,0,0 }
}
ROSDATA VK_TO_WCHARS1 keypad_numbers[]
Definition: kbduk.c:254
ROSDATA VK_TO_WCHARS4 key_to_chars_4mod[]
Definition: kbduk.c:226
#define vk_master(n, x)
Definition: kbduk.c:270
ROSDATA VK_TO_WCHARS3 key_to_chars_3mod[]
Definition: kbduk.c:215
ROSDATA VK_TO_WCHARS5 key_to_chars_5mod[]
Definition: kbduk.c:235
ROSDATA VK_TO_WCHARS2 key_to_chars_2mod[]
Definition: kbduk.c:164
ROSDATA VK_TO_WCHARS6 key_to_chars_6mod[]
Definition: kbduk.c:243

Definition at line 272 of file kbduk.c.