iPXE
Functions | Variables
keymap_hu.c File Reference

"hu" 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 hu_basic []
 "hu" basic remapping More...
 
static struct keymap_key hu_altgr []
 "hu" AltGr remapping More...
 
struct keymap hu_keymap __keymap
 "hu" keyboard map More...
 

Detailed Description

"hu" keyboard mapping

This file is automatically generated; do not edit

Definition in file keymap_hu.c.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( PUBLIC_DOMAIN  )

Variable Documentation

◆ hu_basic

struct keymap_key hu_basic[]
static
Initial value:
= {
{ 0x19, 0x1a },
{ 0x1a, 0x19 },
{ 0x1e, 0x36 },
{ 0x21, 0x27 },
{ 0x23, 0x2b },
{ 0x24, 0x21 },
{ 0x26, 0x3d },
{ 0x28, 0x29 },
{ 0x2a, 0x28 },
{ 0x2f, 0x2d },
{ 0x3c, 0x3f },
{ 0x3e, 0x3a },
{ 0x3f, 0x5f },
{ 0x40, 0x22 },
{ 0x59, 0x5a },
{ 0x5a, 0x59 },
{ 0x5e, 0x2f },
{ 0x60, 0x30 },
{ 0x79, 0x7a },
{ 0x7a, 0x79 },
{ 0, 0 }
}

"hu" basic remapping

Definition at line 14 of file keymap_hu.c.

◆ hu_altgr

struct keymap_key hu_altgr[]
static

"hu" AltGr remapping

Definition at line 39 of file keymap_hu.c.

◆ __keymap

struct keymap hu_keymap __keymap
Initial value:
= {
.name = "hu",
.basic = hu_basic,
.altgr = hu_altgr,
}
static struct keymap_key hu_basic[]
"hu" basic remapping
Definition: keymap_hu.c:14
static struct keymap_key hu_altgr[]
"hu" AltGr remapping
Definition: keymap_hu.c:39

"hu" keyboard map

Definition at line 87 of file keymap_hu.c.