iPXE
Functions | Variables
keymap_gr.c File Reference

"gr" 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 gr_basic []
 "gr" basic remapping More...
 
static struct keymap_key gr_altgr []
 "gr" AltGr remapping More...
 
struct keymap gr_keymap __keymap
 "gr" keyboard map More...
 

Detailed Description

"gr" keyboard mapping

This file is automatically generated; do not edit

Definition in file keymap_gr.c.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( PUBLIC_DOMAIN  )

Variable Documentation

◆ gr_basic

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

"gr" basic remapping

Definition at line 14 of file keymap_gr.c.

◆ gr_altgr

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

"gr" AltGr remapping

Definition at line 21 of file keymap_gr.c.

◆ __keymap

struct keymap gr_keymap __keymap
Initial value:
= {
.name = "gr",
.basic = gr_basic,
.altgr = gr_altgr,
}
static struct keymap_key gr_basic[]
"gr" basic remapping
Definition: keymap_gr.c:14
static struct keymap_key gr_altgr[]
"gr" AltGr remapping
Definition: keymap_gr.c:21

"gr" keyboard map

Definition at line 26 of file keymap_gr.c.