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_fr.c
Go to the documentation of this file.
1
/** @file
2
*
3
* "fr" 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
/** "fr" basic remapping */
14
static
struct
keymap_key
fr_basic
[] = {
15
{ 0x01, 0x11 },
/* Ctrl-A => Ctrl-Q */
16
{ 0x11, 0x01 },
/* Ctrl-Q => Ctrl-A */
17
{ 0x17, 0x1a },
/* Ctrl-W => Ctrl-Z */
18
{ 0x1a, 0x17 },
/* Ctrl-Z => Ctrl-W */
19
{ 0x1c, 0x2a },
/* 0x1c => '*' */
20
{ 0x1d, 0x24 },
/* 0x1d => '$' */
21
{ 0x1e, 0x1c },
/* 0x1e => 0x1c */
22
{ 0x1f, 0x1d },
/* 0x1f => 0x1d */
23
{ 0x21, 0x31 },
/* '!' => '1' */
24
{ 0x22, 0x25 },
/* '"' => '%' */
25
{ 0x23, 0x33 },
/* '#' => '3' */
26
{ 0x24, 0x34 },
/* '$' => '4' */
27
{ 0x25, 0x35 },
/* '%' => '5' */
28
{ 0x26, 0x37 },
/* '&' => '7' */
29
{ 0x28, 0x39 },
/* '(' => '9' */
30
{ 0x29, 0x30 },
/* ')' => '0' */
31
{ 0x2a, 0x38 },
/* '*' => '8' */
32
{ 0x2c, 0x3b },
/* ',' => ';' */
33
{ 0x2d, 0x29 },
/* '-' => ')' */
34
{ 0x2e, 0x3a },
/* '.' => ':' */
35
{ 0x2f, 0x21 },
/* '/' => '!' */
36
{ 0x31, 0x26 },
/* '1' => '&' */
37
{ 0x33, 0x22 },
/* '3' => '"' */
38
{ 0x34, 0x27 },
/* '4' => '\'' */
39
{ 0x35, 0x28 },
/* '5' => '(' */
40
{ 0x36, 0x2d },
/* '6' => '-' */
41
{ 0x38, 0x5f },
/* '8' => '_' */
42
{ 0x3a, 0x4d },
/* ':' => 'M' */
43
{ 0x3b, 0x6d },
/* ';' => 'm' */
44
{ 0x3c, 0x2e },
/* '<' => '.' */
45
{ 0x3e, 0x2f },
/* '>' => '/' */
46
{ 0x40, 0x32 },
/* '@' => '2' */
47
{ 0x41, 0x51 },
/* 'A' => 'Q' */
48
{ 0x4d, 0x3f },
/* 'M' => '?' */
49
{ 0x51, 0x41 },
/* 'Q' => 'A' */
50
{ 0x57, 0x5a },
/* 'W' => 'Z' */
51
{ 0x5a, 0x57 },
/* 'Z' => 'W' */
52
{ 0x5b, 0x5e },
/* '[' => '^' */
53
{ 0x5c, 0x2a },
/* '\\' => '*' */
54
{ 0x5d, 0x24 },
/* ']' => '$' */
55
{ 0x5e, 0x36 },
/* '^' => '6' */
56
{ 0x61, 0x71 },
/* 'a' => 'q' */
57
{ 0x6d, 0x2c },
/* 'm' => ',' */
58
{ 0x71, 0x61 },
/* 'q' => 'a' */
59
{ 0x77, 0x7a },
/* 'w' => 'z' */
60
{ 0x7a, 0x77 },
/* 'z' => 'w' */
61
{ 0xdc, 0x3c },
/* Pseudo-'\\' => '<' */
62
{ 0xfc, 0x3e },
/* Pseudo-'|' => '>' */
63
{ 0, 0 }
64
};
65
66
/** "fr" AltGr remapping */
67
static
struct
keymap_key
fr_altgr
[] = {
68
{ 0x25, 0x5b },
/* '%' => '[' */
69
{ 0x26, 0x60 },
/* '&' => '`' */
70
{ 0x29, 0x40 },
/* ')' => '@' */
71
{ 0x2a, 0x5c },
/* '*' => '\\' */
72
{ 0x2b, 0x7d },
/* '+' => '}' */
73
{ 0x2d, 0x5d },
/* '-' => ']' */
74
{ 0x30, 0x40 },
/* '0' => '@' */
75
{ 0x33, 0x23 },
/* '3' => '#' */
76
{ 0x34, 0x7b },
/* '4' => '{' */
77
{ 0x35, 0x5b },
/* '5' => '[' */
78
{ 0x36, 0x7c },
/* '6' => '|' */
79
{ 0x37, 0x60 },
/* '7' => '`' */
80
{ 0x38, 0x5c },
/* '8' => '\\' */
81
{ 0x3d, 0x7d },
/* '=' => '}' */
82
{ 0x41, 0x40 },
/* 'A' => '@' */
83
{ 0x5c, 0x60 },
/* '\\' => '`' */
84
{ 0x5e, 0x7c },
/* '^' => '|' */
85
{ 0x5f, 0x5d },
/* '_' => ']' */
86
{ 0x61, 0x40 },
/* 'a' => '@' */
87
{ 0xdc, 0x7c },
/* Pseudo-'\\' => '|' */
88
{ 0, 0 }
89
};
90
91
/** "fr" keyboard map */
92
struct
keymap
fr_keymap
__keymap
= {
93
.
name
=
"fr"
,
94
.basic =
fr_basic
,
95
.altgr =
fr_altgr
,
96
};
keymap.h
Keyboard mappings.
keymap_key
A remapped key.
Definition:
keymap.h:22
fr_altgr
static struct keymap_key fr_altgr[]
"fr" AltGr remapping
Definition:
keymap_fr.c:67
keymap::name
const char * name
Name.
Definition:
keymap.h:32
__keymap
struct keymap fr_keymap __keymap
"fr" keyboard map
Definition:
keymap_fr.c:92
fr_basic
static struct keymap_key fr_basic[]
"fr" basic remapping
Definition:
keymap_fr.c:14
FILE_LICENCE
FILE_LICENCE(PUBLIC_DOMAIN)
keymap
A keyboard mapping.
Definition:
keymap.h:30
Generated by
1.8.15