iPXE
Functions | Variables
keymap_es.c File Reference

"es" 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 es_basic []
 "es" basic remapping More...
 
static struct keymap_key es_altgr []
 "es" AltGr remapping More...
 
struct keymap es_keymap __keymap
 "es" keyboard map More...
 

Detailed Description

"es" keyboard mapping

This file is automatically generated; do not edit

Definition in file keymap_es.c.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( PUBLIC_DOMAIN  )

Variable Documentation

◆ es_basic

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

"es" basic remapping

Definition at line 14 of file keymap_es.c.

◆ es_altgr

struct keymap_key es_altgr[]
static

"es" AltGr remapping

Definition at line 39 of file keymap_es.c.

◆ __keymap

struct keymap es_keymap __keymap
Initial value:
= {
.name = "es",
.basic = es_basic,
.altgr = es_altgr,
}
static struct keymap_key es_basic[]
"es" basic remapping
Definition: keymap_es.c:14
static struct keymap_key es_altgr[]
"es" AltGr remapping
Definition: keymap_es.c:39

"es" keyboard map

Definition at line 73 of file keymap_es.c.