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_pl.c
Go to the documentation of this file.
1
/** @file
2
*
3
* "pl" 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
/** "pl" basic remapping */
14
static
struct
keymap_key
pl_basic
[] = {
15
{ 0xdc, 0x3c },
/* Pseudo-'\\' => '<' */
16
{ 0xfc, 0x3e },
/* Pseudo-'|' => '>' */
17
{ 0, 0 }
18
};
19
20
/** "pl" AltGr remapping */
21
static
struct
keymap_key
pl_altgr
[] = {
22
{ 0, 0 }
23
};
24
25
/** "pl" keyboard map */
26
struct
keymap
pl_keymap
__keymap
= {
27
.
name
=
"pl"
,
28
.basic =
pl_basic
,
29
.altgr =
pl_altgr
,
30
};
pl_altgr
static struct keymap_key pl_altgr[]
"pl" AltGr remapping
Definition:
keymap_pl.c:21
keymap.h
Keyboard mappings.
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
struct keymap pl_keymap __keymap
"pl" keyboard map
Definition:
keymap_pl.c:26
pl_basic
static struct keymap_key pl_basic[]
"pl" basic remapping
Definition:
keymap_pl.c:14
keymap
A keyboard mapping.
Definition:
keymap.h:30
Generated by
1.8.15