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_lt.c
Go to the documentation of this file.
1
/** @file
2
*
3
* "lt" 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
/** "lt" basic remapping */
14
static
struct
keymap_key
lt_basic
[] = {
15
{ 0, 0 }
16
};
17
18
/** "lt" AltGr remapping */
19
static
struct
keymap_key
lt_altgr
[] = {
20
{ 0x22, 0x5e },
/* '"' => '^' */
21
{ 0x27, 0x5e },
/* '\'' => '^' */
22
{ 0x4b, 0x26 },
/* 'K' => '&' */
23
{ 0x51, 0x40 },
/* 'Q' => '@' */
24
{ 0x71, 0x40 },
/* 'q' => '@' */
25
{ 0, 0 }
26
};
27
28
/** "lt" keyboard map */
29
struct
keymap
lt_keymap
__keymap
= {
30
.
name
=
"lt"
,
31
.basic =
lt_basic
,
32
.altgr =
lt_altgr
,
33
};
keymap.h
Keyboard mappings.
lt_altgr
static struct keymap_key lt_altgr[]
"lt" AltGr remapping
Definition:
keymap_lt.c:19
keymap_key
A remapped key.
Definition:
keymap.h:22
lt_basic
static struct keymap_key lt_basic[]
"lt" basic remapping
Definition:
keymap_lt.c:14
keymap::name
const char * name
Name.
Definition:
keymap.h:32
__keymap
struct keymap lt_keymap __keymap
"lt" keyboard map
Definition:
keymap_lt.c:29
keymap
A keyboard mapping.
Definition:
keymap.h:30
FILE_LICENCE
FILE_LICENCE(PUBLIC_DOMAIN)
Generated by
1.8.15