iPXE
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)
 FILE_SECBOOT (PERMITTED)

Variables

static struct keymap_key ru_basic []
 "ru" basic remapping
static struct keymap_key ru_altgr []
 "ru" AltGr remapping
struct keymap ru_keymap __keymap
 "ru" keyboard map

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 )

◆ FILE_SECBOOT()

FILE_SECBOOT ( PERMITTED )

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 15 of file keymap_ru.c.

15 {
16 { 0x0d, 0x0a }, /* Ctrl-M => Ctrl-J */
17 { 0xdc, 0x3c }, /* Pseudo-'\\' => '<' */
18 { 0xfc, 0x3e }, /* Pseudo-'|' => '>' */
19 { 0, 0 }
20};

◆ ru_altgr

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

"ru" AltGr remapping

Definition at line 23 of file keymap_ru.c.

23 {
24 { 0, 0 }
25};

◆ __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:23
static struct keymap_key ru_basic[]
"ru" basic remapping
Definition keymap_ru.c:15

"ru" keyboard map

Definition at line 28 of file keymap_ru.c.

28 {
29 .name = "ru",
30 .basic = ru_basic,
31 .altgr = ru_altgr,
32};