iPXE
Functions | Variables
keymap_lt.c File Reference

"lt" 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 lt_basic []
 "lt" basic remapping More...
 
static struct keymap_key lt_altgr []
 "lt" AltGr remapping More...
 
struct keymap lt_keymap __keymap
 "lt" keyboard map More...
 

Detailed Description

"lt" keyboard mapping

This file is automatically generated; do not edit

Definition in file keymap_lt.c.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( PUBLIC_DOMAIN  )

Variable Documentation

◆ lt_basic

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

"lt" basic remapping

Definition at line 14 of file keymap_lt.c.

◆ lt_altgr

struct keymap_key lt_altgr[]
static
Initial value:
= {
{ 0x22, 0x5e },
{ 0x27, 0x5e },
{ 0x4b, 0x26 },
{ 0x51, 0x40 },
{ 0x71, 0x40 },
{ 0, 0 }
}

"lt" AltGr remapping

Definition at line 19 of file keymap_lt.c.

◆ __keymap

struct keymap lt_keymap __keymap
Initial value:
= {
.name = "lt",
.basic = lt_basic,
.altgr = lt_altgr,
}
static struct keymap_key lt_altgr[]
"lt" AltGr remapping
Definition: keymap_lt.c:19
static struct keymap_key lt_basic[]
"lt" basic remapping
Definition: keymap_lt.c:14

"lt" keyboard map

Definition at line 29 of file keymap_lt.c.