iPXE
Functions | Variables
keymap_mt.c File Reference

"mt" 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 mt_basic []
 "mt" basic remapping More...
 
static struct keymap_key mt_altgr []
 "mt" AltGr remapping More...
 
struct keymap mt_keymap __keymap
 "mt" keyboard map More...
 

Detailed Description

"mt" keyboard mapping

This file is automatically generated; do not edit

Definition in file keymap_mt.c.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( PUBLIC_DOMAIN  )

Variable Documentation

◆ mt_basic

struct keymap_key mt_basic[]
static
Initial value:
= {
{ 0x1c, 0x1e },
{ 0x22, 0x40 },
{ 0x40, 0x22 },
{ 0x5c, 0x23 },
{ 0x7c, 0x7e },
{ 0, 0 }
}

"mt" basic remapping

Definition at line 14 of file keymap_mt.c.

◆ mt_altgr

struct keymap_key mt_altgr[]
static
Initial value:
= {
{ 0x26, 0x7b },
{ 0x28, 0x5d },
{ 0x29, 0x7d },
{ 0x2a, 0x5b },
{ 0x30, 0x7d },
{ 0x37, 0x7b },
{ 0x38, 0x5b },
{ 0x39, 0x5d },
{ 0x5c, 0x60 },
{ 0x7e, 0x60 },
{ 0, 0 }
}

"mt" AltGr remapping

Definition at line 24 of file keymap_mt.c.

◆ __keymap

struct keymap mt_keymap __keymap
Initial value:
= {
.name = "mt",
.basic = mt_basic,
.altgr = mt_altgr,
}
static struct keymap_key mt_altgr[]
"mt" AltGr remapping
Definition: keymap_mt.c:24
static struct keymap_key mt_basic[]
"mt" basic remapping
Definition: keymap_mt.c:14

"mt" keyboard map

Definition at line 39 of file keymap_mt.c.