iPXE
keymap_pl.c File Reference

"pl" keyboard mapping More...

#include <ipxe/keymap.h>

Go to the source code of this file.

Functions

 FILE_LICENCE (PUBLIC_DOMAIN)
 FILE_SECBOOT (PERMITTED)

Variables

static struct keymap_key pl_basic []
 "pl" basic remapping
static struct keymap_key pl_altgr []
 "pl" AltGr remapping
struct keymap pl_keymap __keymap
 "pl" keyboard map

Detailed Description

"pl" keyboard mapping

This file is automatically generated; do not edit

Definition in file keymap_pl.c.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( PUBLIC_DOMAIN )

◆ FILE_SECBOOT()

FILE_SECBOOT ( PERMITTED )

Variable Documentation

◆ pl_basic

struct keymap_key pl_basic[]
static
Initial value:
= {
{ 0xdc, 0x3c },
{ 0xfc, 0x3e },
{ 0, 0 }
}

"pl" basic remapping

Definition at line 15 of file keymap_pl.c.

15 {
16 { 0xdc, 0x3c }, /* Pseudo-'\\' => '<' */
17 { 0xfc, 0x3e }, /* Pseudo-'|' => '>' */
18 { 0, 0 }
19};

◆ pl_altgr

struct keymap_key pl_altgr[]
static
Initial value:
= {
{ 0, 0 }
}

"pl" AltGr remapping

Definition at line 22 of file keymap_pl.c.

22 {
23 { 0, 0 }
24};

◆ __keymap

struct keymap pl_keymap __keymap
Initial value:
= {
.name = "pl",
.basic = pl_basic,
.altgr = pl_altgr,
}
static struct keymap_key pl_basic[]
"pl" basic remapping
Definition keymap_pl.c:15
static struct keymap_key pl_altgr[]
"pl" AltGr remapping
Definition keymap_pl.c:22

"pl" keyboard map

Definition at line 27 of file keymap_pl.c.

27 {
28 .name = "pl",
29 .basic = pl_basic,
30 .altgr = pl_altgr,
31};