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_us.c
Go to the documentation of this file.
1
/** @file
2
*
3
* "us" 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
/** "us" basic remapping */
14
static
struct
keymap_key
us_basic
[] = {
15
{ 0, 0 }
16
};
17
18
/** "us" AltGr remapping */
19
static
struct
keymap_key
us_altgr
[] = {
20
{ 0, 0 }
21
};
22
23
/** "us" keyboard map */
24
struct
keymap
us_keymap
__keymap_default
= {
25
.
name
=
"us"
,
26
.basic =
us_basic
,
27
.altgr =
us_altgr
,
28
};
us_basic
static struct keymap_key us_basic[]
"us" basic remapping
Definition:
keymap_us.c:14
keymap.h
Keyboard mappings.
__keymap_default
struct keymap us_keymap __keymap_default
"us" keyboard map
Definition:
keymap_us.c:24
us_altgr
static struct keymap_key us_altgr[]
"us" AltGr remapping
Definition:
keymap_us.c:19
keymap_key
A remapped key.
Definition:
keymap.h:22
FILE_LICENCE
FILE_LICENCE(PUBLIC_DOMAIN)
keymap::name
const char * name
Name.
Definition:
keymap.h:32
keymap
A keyboard mapping.
Definition:
keymap.h:30
Generated by
1.8.15