iPXE
Functions | Variables
keymap_sg.c File Reference

"sg" 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 sg_basic []
 "sg" basic remapping More...
 
static struct keymap_key sg_altgr []
 "sg" AltGr remapping More...
 
struct keymap sg_keymap __keymap
 "sg" keyboard map More...
 

Detailed Description

"sg" keyboard mapping

This file is automatically generated; do not edit

Definition in file keymap_sg.c.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( PUBLIC_DOMAIN  )

Variable Documentation

◆ sg_basic

struct keymap_key sg_basic[]
static

"sg" basic remapping

Definition at line 14 of file keymap_sg.c.

◆ sg_altgr

struct keymap_key sg_altgr[]
static
Initial value:
= {
{ 0x22, 0x7b },
{ 0x26, 0x7c },
{ 0x27, 0x7b },
{ 0x2b, 0x7e },
{ 0x32, 0x40 },
{ 0x33, 0x23 },
{ 0x37, 0x7c },
{ 0x3d, 0x7e },
{ 0x5c, 0x7d },
{ 0x7b, 0x5b },
{ 0x7c, 0x7d },
{ 0x7d, 0x5d },
{ 0xfc, 0x5c },
{ 0, 0 }
}

"sg" AltGr remapping

Definition at line 47 of file keymap_sg.c.

◆ __keymap

struct keymap sg_keymap __keymap
Initial value:
= {
.name = "sg",
.basic = sg_basic,
.altgr = sg_altgr,
}
static struct keymap_key sg_basic[]
"sg" basic remapping
Definition: keymap_sg.c:14
static struct keymap_key sg_altgr[]
"sg" AltGr remapping
Definition: keymap_sg.c:47

"sg" keyboard map

Definition at line 65 of file keymap_sg.c.