iPXE
Functions | Variables
keymap_il.c File Reference

"il" 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 il_basic []
 "il" basic remapping More...
 
static struct keymap_key il_altgr []
 "il" AltGr remapping More...
 
struct keymap il_keymap __keymap
 "il" keyboard map More...
 

Detailed Description

"il" keyboard mapping

This file is automatically generated; do not edit

Definition in file keymap_il.c.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( PUBLIC_DOMAIN  )

Variable Documentation

◆ il_basic

struct keymap_key il_basic[]
static
Initial value:
= {
{ 0x1d, 0x1b },
{ 0x27, 0x2c },
{ 0x28, 0x29 },
{ 0x29, 0x28 },
{ 0x2f, 0x2e },
{ 0x3c, 0x3e },
{ 0x3e, 0x3c },
{ 0x5b, 0x5d },
{ 0x5d, 0x5b },
{ 0x60, 0x3b },
{ 0x7b, 0x7d },
{ 0x7d, 0x7b },
{ 0xdc, 0x3c },
{ 0xfc, 0x3e },
{ 0, 0 }
}

"il" basic remapping

Definition at line 14 of file keymap_il.c.

◆ il_altgr

struct keymap_key il_altgr[]
static
Initial value:
= {
{ 0x22, 0x27 },
{ 0x3f, 0x2f },
{ 0x5c, 0x60 },
{ 0x71, 0x2f },
{ 0x77, 0x27 },
{ 0x7c, 0x60 },
{ 0, 0 }
}

"il" AltGr remapping

Definition at line 33 of file keymap_il.c.

◆ __keymap

struct keymap il_keymap __keymap
Initial value:
= {
.name = "il",
.basic = il_basic,
.altgr = il_altgr,
}
static struct keymap_key il_altgr[]
"il" AltGr remapping
Definition: keymap_il.c:33
static struct keymap_key il_basic[]
"il" basic remapping
Definition: keymap_il.c:14

"il" keyboard map

Definition at line 44 of file keymap_il.c.