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_il.c
Go to the documentation of this file.
1
/** @file
2
*
3
* "il" 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
/** "il" basic remapping */
14
static
struct
keymap_key
il_basic
[] = {
15
{ 0x1d, 0x1b },
/* 0x1d => 0x1b */
16
{ 0x27, 0x2c },
/* '\'' => ',' */
17
{ 0x28, 0x29 },
/* '(' => ')' */
18
{ 0x29, 0x28 },
/* ')' => '(' */
19
{ 0x2f, 0x2e },
/* '/' => '.' */
20
{ 0x3c, 0x3e },
/* '<' => '>' */
21
{ 0x3e, 0x3c },
/* '>' => '<' */
22
{ 0x5b, 0x5d },
/* '[' => ']' */
23
{ 0x5d, 0x5b },
/* ']' => '[' */
24
{ 0x60, 0x3b },
/* '`' => ';' */
25
{ 0x7b, 0x7d },
/* '{' => '}' */
26
{ 0x7d, 0x7b },
/* '}' => '{' */
27
{ 0xdc, 0x3c },
/* Pseudo-'\\' => '<' */
28
{ 0xfc, 0x3e },
/* Pseudo-'|' => '>' */
29
{ 0, 0 }
30
};
31
32
/** "il" AltGr remapping */
33
static
struct
keymap_key
il_altgr
[] = {
34
{ 0x22, 0x27 },
/* '"' => '\'' */
35
{ 0x3f, 0x2f },
/* '?' => '/' */
36
{ 0x5c, 0x60 },
/* '\\' => '`' */
37
{ 0x71, 0x2f },
/* 'q' => '/' */
38
{ 0x77, 0x27 },
/* 'w' => '\'' */
39
{ 0x7c, 0x60 },
/* '|' => '`' */
40
{ 0, 0 }
41
};
42
43
/** "il" keyboard map */
44
struct
keymap
il_keymap
__keymap
= {
45
.
name
=
"il"
,
46
.basic =
il_basic
,
47
.altgr =
il_altgr
,
48
};
keymap.h
Keyboard mappings.
il_altgr
static struct keymap_key il_altgr[]
"il" AltGr remapping
Definition:
keymap_il.c:33
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
il_basic
static struct keymap_key il_basic[]
"il" basic remapping
Definition:
keymap_il.c:14
keymap
A keyboard mapping.
Definition:
keymap.h:30
__keymap
struct keymap il_keymap __keymap
"il" keyboard map
Definition:
keymap_il.c:44
Generated by
1.8.15