ReactOS 0.4.15-dev-7924-g5949c20
data.c File Reference
#include "kbdtool.h"
Include dependency graph for data.c:

Go to the source code of this file.

Variables

VKNAME VKName []
 
VKNAME Modifiers []
 
PCHAR StateLabel []
 
PCHAR CapState []
 
SCVK ScVk []
 

Variable Documentation

◆ CapState

PCHAR CapState[]
Initial value:
=
{
"0",
"CAPLOK",
"SGCAPS",
"CAPLOCK | SGCAPS",
"CAPLOKALTGR",
"CAPLOK | CAPLOKALTGR"
}

Definition at line 135 of file data.c.

Referenced by kbd_c().

◆ Modifiers

VKNAME Modifiers[]
Initial value:
=
{
{0x10, "KBDSHIFT"},
{0x11, "KBDCTRL"},
{0x12, "KBDALT"}
}

Definition at line 56 of file data.c.

Referenced by GetEnhancedVar(), and kbd_c().

◆ ScVk

SCVK ScVk[]

Definition at line 146 of file data.c.

Referenced by DoLAYOUT().

◆ StateLabel

PCHAR StateLabel[]

Definition at line 64 of file data.c.

Referenced by kbd_c().

◆ VKName

VKNAME VKName[]

Definition at line 16 of file data.c.

Referenced by getVKName(), and getVKNum().