iPXE
Functions | Variables
keymap_se.c File Reference

"se" 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 se_basic []
 "se" basic remapping More...
 
static struct keymap_key se_altgr []
 "se" AltGr remapping More...
 
struct keymap se_keymap __keymap
 "se" keyboard map More...
 

Detailed Description

"se" keyboard mapping

This file is automatically generated; do not edit

Definition in file keymap_se.c.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( PUBLIC_DOMAIN  )

Variable Documentation

◆ se_basic

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

"se" basic remapping

Definition at line 14 of file keymap_se.c.

◆ se_altgr

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

"se" AltGr remapping

Definition at line 39 of file keymap_se.c.

◆ __keymap

struct keymap se_keymap __keymap
Initial value:
= {
.name = "se",
.basic = se_basic,
.altgr = se_altgr,
}
static struct keymap_key se_basic[]
"se" basic remapping
Definition: keymap_se.c:14
static struct keymap_key se_altgr[]
"se" AltGr remapping
Definition: keymap_se.c:39

"se" keyboard map

Definition at line 60 of file keymap_se.c.