iPXE
Functions | Variables
keymap_fr.c File Reference

"fr" 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 fr_basic []
 "fr" basic remapping More...
 
static struct keymap_key fr_altgr []
 "fr" AltGr remapping More...
 
struct keymap fr_keymap __keymap
 "fr" keyboard map More...
 

Detailed Description

"fr" keyboard mapping

This file is automatically generated; do not edit

Definition in file keymap_fr.c.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( PUBLIC_DOMAIN  )

Variable Documentation

◆ fr_basic

struct keymap_key fr_basic[]
static

"fr" basic remapping

Definition at line 14 of file keymap_fr.c.

◆ fr_altgr

struct keymap_key fr_altgr[]
static
Initial value:
= {
{ 0x25, 0x5b },
{ 0x26, 0x60 },
{ 0x29, 0x40 },
{ 0x2a, 0x5c },
{ 0x2b, 0x7d },
{ 0x2d, 0x5d },
{ 0x30, 0x40 },
{ 0x33, 0x23 },
{ 0x34, 0x7b },
{ 0x35, 0x5b },
{ 0x36, 0x7c },
{ 0x37, 0x60 },
{ 0x38, 0x5c },
{ 0x3d, 0x7d },
{ 0x41, 0x40 },
{ 0x5c, 0x60 },
{ 0x5e, 0x7c },
{ 0x5f, 0x5d },
{ 0x61, 0x40 },
{ 0xdc, 0x7c },
{ 0, 0 }
}

"fr" AltGr remapping

Definition at line 67 of file keymap_fr.c.

◆ __keymap

struct keymap fr_keymap __keymap
Initial value:
= {
.name = "fr",
.basic = fr_basic,
.altgr = fr_altgr,
}
static struct keymap_key fr_altgr[]
"fr" AltGr remapping
Definition: keymap_fr.c:67
static struct keymap_key fr_basic[]
"fr" basic remapping
Definition: keymap_fr.c:14

"fr" keyboard map

Definition at line 92 of file keymap_fr.c.