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