iPXE
Functions | Variables
keymap_by.c File Reference

"by" 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 by_basic []
 "by" basic remapping More...
 
static struct keymap_key by_altgr []
 "by" AltGr remapping More...
 
struct keymap by_keymap __keymap
 "by" keyboard map More...
 

Detailed Description

"by" keyboard mapping

This file is automatically generated; do not edit

Definition in file keymap_by.c.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( PUBLIC_DOMAIN  )

Variable Documentation

◆ by_basic

struct keymap_key by_basic[]
static
Initial value:
= {
{ 0xdc, 0x3c },
{ 0xfc, 0x3e },
{ 0, 0 }
}

"by" basic remapping

Definition at line 14 of file keymap_by.c.

◆ by_altgr

struct keymap_key by_altgr[]
static
Initial value:
= {
{ 0, 0 }
}

"by" AltGr remapping

Definition at line 21 of file keymap_by.c.

◆ __keymap

struct keymap by_keymap __keymap
Initial value:
= {
.name = "by",
.basic = by_basic,
.altgr = by_altgr,
}
static struct keymap_key by_altgr[]
"by" AltGr remapping
Definition: keymap_by.c:21
static struct keymap_key by_basic[]
"by" basic remapping
Definition: keymap_by.c:14

"by" keyboard map

Definition at line 26 of file keymap_by.c.