iPXE
Functions | Variables
keymap_no-latin1.c File Reference

"no-latin1" 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 no_latin1_basic []
 "no-latin1" basic remapping More...
 
static struct keymap_key no_latin1_altgr []
 "no-latin1" AltGr remapping More...
 
struct keymap no_latin1_keymap __keymap
 "no-latin1" keyboard map More...
 

Detailed Description

"no-latin1" keyboard mapping

This file is automatically generated; do not edit

Definition in file keymap_no-latin1.c.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( PUBLIC_DOMAIN  )

Variable Documentation

◆ no_latin1_basic

struct keymap_key no_latin1_basic[]
static
Initial value:
= {
{ 0x1d, 0x1e },
{ 0x26, 0x2f },
{ 0x28, 0x29 },
{ 0x29, 0x3d },
{ 0x2a, 0x28 },
{ 0x2b, 0x60 },
{ 0x2d, 0x2b },
{ 0x2f, 0x2d },
{ 0x3c, 0x3b },
{ 0x3d, 0x5c },
{ 0x3e, 0x3a },
{ 0x3f, 0x5f },
{ 0x40, 0x22 },
{ 0x5c, 0x27 },
{ 0x5d, 0x7e },
{ 0x5e, 0x26 },
{ 0x5f, 0x3f },
{ 0x60, 0x7c },
{ 0x7c, 0x2a },
{ 0x7d, 0x5e },
{ 0xdc, 0x3c },
{ 0xfc, 0x3e },
{ 0, 0 }
}

"no-latin1" basic remapping

Definition at line 14 of file keymap_no-latin1.c.

◆ no_latin1_altgr

struct keymap_key no_latin1_altgr[]
static
Initial value:
= {
{ 0x22, 0x5b },
{ 0x26, 0x7b },
{ 0x27, 0x7b },
{ 0x28, 0x5d },
{ 0x29, 0x7d },
{ 0x2a, 0x5b },
{ 0x30, 0x7d },
{ 0x32, 0x40 },
{ 0x37, 0x7b },
{ 0x38, 0x5b },
{ 0x39, 0x5d },
{ 0x5b, 0x7d },
{ 0x7b, 0x5d },
{ 0, 0 }
}

"no-latin1" AltGr remapping

Definition at line 41 of file keymap_no-latin1.c.

◆ __keymap

struct keymap no_latin1_keymap __keymap
Initial value:
= {
.name = "no-latin1",
.basic = no_latin1_basic,
.altgr = no_latin1_altgr,
}
static struct keymap_key no_latin1_basic[]
"no-latin1" basic remapping
static struct keymap_key no_latin1_altgr[]
"no-latin1" AltGr remapping

"no-latin1" keyboard map

Definition at line 59 of file keymap_no-latin1.c.