iPXE
keymap_us.c File Reference

"us" keyboard mapping More...

#include <ipxe/keymap.h>

Go to the source code of this file.

Functions

 FILE_LICENCE (PUBLIC_DOMAIN)
 FILE_SECBOOT (PERMITTED)

Variables

static struct keymap_key us_basic []
 "us" basic remapping
static struct keymap_key us_altgr []
 "us" AltGr remapping
struct keymap us_keymap __keymap_default
 "us" keyboard map

Detailed Description

"us" keyboard mapping

This file is automatically generated; do not edit

Definition in file keymap_us.c.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( PUBLIC_DOMAIN )

◆ FILE_SECBOOT()

FILE_SECBOOT ( PERMITTED )

Variable Documentation

◆ us_basic

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

"us" basic remapping

Definition at line 15 of file keymap_us.c.

15 {
16 { 0, 0 }
17};

◆ us_altgr

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

"us" AltGr remapping

Definition at line 20 of file keymap_us.c.

20 {
21 { 0, 0 }
22};

◆ __keymap_default

struct keymap us_keymap __keymap_default
Initial value:
= {
.name = "us",
.basic = us_basic,
.altgr = us_altgr,
}
static struct keymap_key us_altgr[]
"us" AltGr remapping
Definition keymap_us.c:20
static struct keymap_key us_basic[]
"us" basic remapping
Definition keymap_us.c:15

"us" keyboard map

Definition at line 25 of file keymap_us.c.

25 {
26 .name = "us",
27 .basic = us_basic,
28 .altgr = us_altgr,
29};