iPXE
Functions | Variables
keymap_cf.c File Reference

"cf" 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 cf_basic []
 "cf" basic remapping More...
 
static struct keymap_key cf_altgr []
 "cf" AltGr remapping More...
 
struct keymap cf_keymap __keymap
 "cf" keyboard map More...
 

Detailed Description

"cf" keyboard mapping

This file is automatically generated; do not edit

Definition in file keymap_cf.c.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( PUBLIC_DOMAIN  )

Variable Documentation

◆ cf_basic

struct keymap_key cf_basic[]
static
Initial value:
= {
{ 0x22, 0x60 },
{ 0x23, 0x2f },
{ 0x27, 0x60 },
{ 0x3c, 0x27 },
{ 0x3e, 0x2e },
{ 0x40, 0x22 },
{ 0x5b, 0x5e },
{ 0x5c, 0x3c },
{ 0x5e, 0x3f },
{ 0x60, 0x23 },
{ 0x7b, 0x5e },
{ 0x7c, 0x3e },
{ 0x7e, 0x7c },
{ 0, 0 }
}

"cf" basic remapping

Definition at line 14 of file keymap_cf.c.

◆ cf_altgr

struct keymap_key cf_altgr[]
static
Initial value:
= {
{ 0x22, 0x7b },
{ 0x27, 0x7b },
{ 0x32, 0x40 },
{ 0x3a, 0x7e },
{ 0x3b, 0x7e },
{ 0x5c, 0x7d },
{ 0x60, 0x5c },
{ 0x7b, 0x5b },
{ 0x7c, 0x7d },
{ 0x7d, 0x5d },
{ 0x7e, 0x5c },
{ 0, 0 }
}

"cf" AltGr remapping

Definition at line 32 of file keymap_cf.c.

◆ __keymap

struct keymap cf_keymap __keymap
Initial value:
= {
.name = "cf",
.basic = cf_basic,
.altgr = cf_altgr,
}
static struct keymap_key cf_altgr[]
"cf" AltGr remapping
Definition: keymap_cf.c:32
static struct keymap_key cf_basic[]
"cf" basic remapping
Definition: keymap_cf.c:14

"cf" keyboard map

Definition at line 48 of file keymap_cf.c.