iPXE
Functions | Variables
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)
 

Variables

static struct keymap_key ro_basic []
 "ro" basic remapping More...
 
static struct keymap_key ro_altgr []
 "ro" AltGr remapping More...
 
struct keymap ro_keymap __keymap
 "ro" keyboard map More...
 

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  )

Variable Documentation

◆ ro_basic

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

"ro" basic remapping

Definition at line 14 of file keymap_ro.c.

◆ ro_altgr

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

"ro" AltGr remapping

Definition at line 19 of file keymap_ro.c.

◆ __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:19
static struct keymap_key ro_basic[]
"ro" basic remapping
Definition: keymap_ro.c:14

"ro" keyboard map

Definition at line 24 of file keymap_ro.c.