iPXE
Functions | Variables
keymap_ru.c File Reference

"ru" 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 ru_basic []
 "ru" basic remapping More...
 
static struct keymap_key ru_altgr []
 "ru" AltGr remapping More...
 
struct keymap ru_keymap __keymap
 "ru" keyboard map More...
 

Detailed Description

"ru" keyboard mapping

This file is automatically generated; do not edit

Definition in file keymap_ru.c.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( PUBLIC_DOMAIN  )

Variable Documentation

◆ ru_basic

struct keymap_key ru_basic[]
static
Initial value:
= {
{ 0x0d, 0x0a },
{ 0xdc, 0x3c },
{ 0xfc, 0x3e },
{ 0, 0 }
}

"ru" basic remapping

Definition at line 14 of file keymap_ru.c.

◆ ru_altgr

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

"ru" AltGr remapping

Definition at line 22 of file keymap_ru.c.

◆ __keymap

struct keymap ru_keymap __keymap
Initial value:
= {
.name = "ru",
.basic = ru_basic,
.altgr = ru_altgr,
}
static struct keymap_key ru_altgr[]
"ru" AltGr remapping
Definition: keymap_ru.c:22
static struct keymap_key ru_basic[]
"ru" basic remapping
Definition: keymap_ru.c:14

"ru" keyboard map

Definition at line 27 of file keymap_ru.c.