iPXE
keymap_ro.c File Reference

"ro" 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 ro_basic []
 "ro" basic remapping
static struct keymap_key ro_altgr []
 "ro" AltGr remapping
struct keymap ro_keymap __keymap
 "ro" keyboard map

Detailed Description

"ro" keyboard mapping

This file is automatically generated; do not edit

Definition in file keymap_ro.c.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( PUBLIC_DOMAIN )

◆ FILE_SECBOOT()

FILE_SECBOOT ( PERMITTED )

Variable Documentation

◆ ro_basic

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

"ro" basic remapping

Definition at line 15 of file keymap_ro.c.

15 {
16 { 0, 0 }
17};

◆ ro_altgr

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

"ro" AltGr remapping

Definition at line 20 of file keymap_ro.c.

20 {
21 { 0, 0 }
22};

◆ __keymap

struct keymap ro_keymap __keymap
Initial value:
= {
.name = "ro",
.basic = ro_basic,
.altgr = ro_altgr,
}
static struct keymap_key ro_altgr[]
"ro" AltGr remapping
Definition keymap_ro.c:20
static struct keymap_key ro_basic[]
"ro" basic remapping
Definition keymap_ro.c:15

"ro" keyboard map

Definition at line 25 of file keymap_ro.c.

25 {
26 .name = "ro",
27 .basic = ro_basic,
28 .altgr = ro_altgr,
29};