iPXE
Functions | Variables
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)
 

Variables

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

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  )

Variable Documentation

◆ pl_basic

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

"pl" basic remapping

Definition at line 14 of file keymap_pl.c.

◆ pl_altgr

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

"pl" AltGr remapping

Definition at line 21 of file keymap_pl.c.

◆ __keymap

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

"pl" keyboard map

Definition at line 26 of file keymap_pl.c.