iPXE
keymap_sr-latin.c File Reference

"sr-latin" 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 sr_latin_basic []
 "sr-latin" basic remapping
static struct keymap_key sr_latin_altgr []
 "sr-latin" AltGr remapping
struct keymap sr_latin_keymap __keymap
 "sr-latin" keyboard map

Detailed Description

"sr-latin" keyboard mapping

This file is automatically generated; do not edit

Definition in file keymap_sr-latin.c.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( PUBLIC_DOMAIN )

◆ FILE_SECBOOT()

FILE_SECBOOT ( PERMITTED )

Variable Documentation

◆ sr_latin_basic

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

"sr-latin" basic remapping

Definition at line 15 of file keymap_sr-latin.c.

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

◆ sr_latin_altgr

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

"sr-latin" AltGr remapping

Definition at line 22 of file keymap_sr-latin.c.

22 {
23 { 0, 0 }
24};

◆ __keymap

struct keymap sr_latin_keymap __keymap
Initial value:
= {
.name = "sr-latin",
.basic = sr_latin_basic,
.altgr = sr_latin_altgr,
}
static struct keymap_key sr_latin_altgr[]
"sr-latin" AltGr remapping
static struct keymap_key sr_latin_basic[]
"sr-latin" basic remapping

"sr-latin" keyboard map

Definition at line 27 of file keymap_sr-latin.c.

27 {
28 .name = "sr-latin",
29 .basic = sr_latin_basic,
30 .altgr = sr_latin_altgr,
31};