iPXE
Functions | Variables
keymap_uk.c File Reference

"uk" 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 uk_basic []
 "uk" basic remapping More...
 
static struct keymap_key uk_altgr []
 "uk" AltGr remapping More...
 
struct keymap uk_keymap __keymap
 "uk" keyboard map More...
 

Detailed Description

"uk" keyboard mapping

This file is automatically generated; do not edit

Definition in file keymap_uk.c.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( PUBLIC_DOMAIN  )

Variable Documentation

◆ uk_basic

struct keymap_key uk_basic[]
static
Initial value:
= {
{ 0x22, 0x40 },
{ 0x40, 0x22 },
{ 0x5c, 0x23 },
{ 0x7c, 0x7e },
{ 0, 0 }
}

"uk" basic remapping

Definition at line 14 of file keymap_uk.c.

◆ uk_altgr

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

"uk" AltGr remapping

Definition at line 23 of file keymap_uk.c.

◆ __keymap

struct keymap uk_keymap __keymap
Initial value:
= {
.name = "uk",
.basic = uk_basic,
.altgr = uk_altgr,
}
static struct keymap_key uk_altgr[]
"uk" AltGr remapping
Definition: keymap_uk.c:23
static struct keymap_key uk_basic[]
"uk" basic remapping
Definition: keymap_uk.c:14

"uk" keyboard map

Definition at line 28 of file keymap_uk.c.