iPXE
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
b
d
i
p
s
t
u
v
x
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Enumerations
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
hci
keymap
keymap_hu.c
Go to the documentation of this file.
1
/** @file
2
*
3
* "hu" keyboard mapping
4
*
5
* This file is automatically generated; do not edit
6
*
7
*/
8
9
FILE_LICENCE
( PUBLIC_DOMAIN );
10
11
#include <
ipxe/keymap.h
>
12
13
/** "hu" basic remapping */
14
static
struct
keymap_key
hu_basic
[] = {
15
{ 0x19, 0x1a },
/* Ctrl-Y => Ctrl-Z */
16
{ 0x1a, 0x19 },
/* Ctrl-Z => Ctrl-Y */
17
{ 0x1e, 0x36 },
/* 0x1e => '6' */
18
{ 0x21, 0x27 },
/* '!' => '\'' */
19
{ 0x23, 0x2b },
/* '#' => '+' */
20
{ 0x24, 0x21 },
/* '$' => '!' */
21
{ 0x26, 0x3d },
/* '&' => '=' */
22
{ 0x28, 0x29 },
/* '(' => ')' */
23
{ 0x2a, 0x28 },
/* '*' => '(' */
24
{ 0x2f, 0x2d },
/* '/' => '-' */
25
{ 0x3c, 0x3f },
/* '<' => '?' */
26
{ 0x3e, 0x3a },
/* '>' => ':' */
27
{ 0x3f, 0x5f },
/* '?' => '_' */
28
{ 0x40, 0x22 },
/* '@' => '"' */
29
{ 0x59, 0x5a },
/* 'Y' => 'Z' */
30
{ 0x5a, 0x59 },
/* 'Z' => 'Y' */
31
{ 0x5e, 0x2f },
/* '^' => '/' */
32
{ 0x60, 0x30 },
/* '`' => '0' */
33
{ 0x79, 0x7a },
/* 'y' => 'z' */
34
{ 0x7a, 0x79 },
/* 'z' => 'y' */
35
{ 0, 0 }
36
};
37
38
/** "hu" AltGr remapping */
39
static
struct
keymap_key
hu_altgr
[] = {
40
{ 0x21, 0x7e },
/* '!' => '~' */
41
{ 0x23, 0x5e },
/* '#' => '^' */
42
{ 0x24, 0x7e },
/* '$' => '~' */
43
{ 0x26, 0x60 },
/* '&' => '`' */
44
{ 0x29, 0x7e },
/* ')' => '~' */
45
{ 0x2c, 0x3b },
/* ',' => ';' */
46
{ 0x2e, 0x3e },
/* '.' => '>' */
47
{ 0x2f, 0x2a },
/* '/' => '*' */
48
{ 0x30, 0x7e },
/* '0' => '~' */
49
{ 0x31, 0x7e },
/* '1' => '~' */
50
{ 0x32, 0x5e },
/* '2' => '^' */
51
{ 0x33, 0x5e },
/* '3' => '^' */
52
{ 0x34, 0x7e },
/* '4' => '~' */
53
{ 0x37, 0x60 },
/* '7' => '`' */
54
{ 0x3a, 0x24 },
/* ':' => '$' */
55
{ 0x3b, 0x24 },
/* ';' => '$' */
56
{ 0x3c, 0x3b },
/* '<' => ';' */
57
{ 0x40, 0x5e },
/* '@' => '^' */
58
{ 0x42, 0x7b },
/* 'B' => '{' */
59
{ 0x43, 0x26 },
/* 'C' => '&' */
60
{ 0x46, 0x5b },
/* 'F' => '[' */
61
{ 0x47, 0x5d },
/* 'G' => ']' */
62
{ 0x4b, 0x26 },
/* 'K' => '&' */
63
{ 0x4d, 0x3c },
/* 'M' => '<' */
64
{ 0x51, 0x5c },
/* 'Q' => '\\' */
65
{ 0x56, 0x40 },
/* 'V' => '@' */
66
{ 0x57, 0x7c },
/* 'W' => '|' */
67
{ 0x58, 0x3e },
/* 'X' => '>' */
68
{ 0x5a, 0x3c },
/* 'Z' => '<' */
69
{ 0x62, 0x7b },
/* 'b' => '{' */
70
{ 0x63, 0x26 },
/* 'c' => '&' */
71
{ 0x66, 0x5b },
/* 'f' => '[' */
72
{ 0x67, 0x5d },
/* 'g' => ']' */
73
{ 0x6d, 0x3c },
/* 'm' => '<' */
74
{ 0x6e, 0x7d },
/* 'n' => '}' */
75
{ 0x71, 0x5c },
/* 'q' => '\\' */
76
{ 0x76, 0x40 },
/* 'v' => '@' */
77
{ 0x77, 0x7c },
/* 'w' => '|' */
78
{ 0x78, 0x23 },
/* 'x' => '#' */
79
{ 0x7a, 0x3e },
/* 'z' => '>' */
80
{ 0x7c, 0x7e },
/* '|' => '~' */
81
{ 0xdc, 0x3c },
/* Pseudo-'\\' => '<' */
82
{ 0xfc, 0x3e },
/* Pseudo-'|' => '>' */
83
{ 0, 0 }
84
};
85
86
/** "hu" keyboard map */
87
struct
keymap
hu_keymap
__keymap
= {
88
.
name
=
"hu"
,
89
.basic =
hu_basic
,
90
.altgr =
hu_altgr
,
91
};
keymap.h
Keyboard mappings.
keymap_key
A remapped key.
Definition:
keymap.h:22
FILE_LICENCE
FILE_LICENCE(PUBLIC_DOMAIN)
hu_basic
static struct keymap_key hu_basic[]
"hu" basic remapping
Definition:
keymap_hu.c:14
keymap::name
const char * name
Name.
Definition:
keymap.h:32
__keymap
struct keymap hu_keymap __keymap
"hu" keyboard map
Definition:
keymap_hu.c:87
hu_altgr
static struct keymap_key hu_altgr[]
"hu" AltGr remapping
Definition:
keymap_hu.c:39
keymap
A keyboard mapping.
Definition:
keymap.h:30
Generated by
1.8.15