iPXE
Functions | Variables
keymap_de.c File Reference

"de" 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 de_basic []
 "de" basic remapping More...
 
static struct keymap_key de_altgr []
 "de" AltGr remapping More...
 
struct keymap de_keymap __keymap
 "de" keyboard map More...
 

Detailed Description

"de" keyboard mapping

This file is automatically generated; do not edit

Definition in file keymap_de.c.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( PUBLIC_DOMAIN  )

Variable Documentation

◆ de_basic

struct keymap_key de_basic[]
static

"de" basic remapping

Definition at line 14 of file keymap_de.c.

◆ de_altgr

struct keymap_key de_altgr[]
static
Initial value:
= {
{ 0x26, 0x7b },
{ 0x28, 0x5d },
{ 0x29, 0x7d },
{ 0x2a, 0x5b },
{ 0x2d, 0x5c },
{ 0x30, 0x7d },
{ 0x37, 0x7b },
{ 0x38, 0x5b },
{ 0x39, 0x5d },
{ 0x3a, 0x7e },
{ 0x3b, 0x7e },
{ 0x51, 0x40 },
{ 0x5d, 0x7e },
{ 0x5f, 0x5c },
{ 0x71, 0x40 },
{ 0x7c, 0x7e },
{ 0x7d, 0x7e },
{ 0xdc, 0x7c },
{ 0, 0 }
}

"de" AltGr remapping

Definition at line 47 of file keymap_de.c.

◆ __keymap

struct keymap de_keymap __keymap
Initial value:
= {
.name = "de",
.basic = de_basic,
.altgr = de_altgr,
}
static struct keymap_key de_basic[]
"de" basic remapping
Definition: keymap_de.c:14
static struct keymap_key de_altgr[]
"de" AltGr remapping
Definition: keymap_de.c:47

"de" keyboard map

Definition at line 70 of file keymap_de.c.