iPXE
keymap_it.c File Reference

"it" keyboard mapping More...

#include <ipxe/keymap.h>

Go to the source code of this file.

Functions

 FILE_LICENCE (PUBLIC_DOMAIN)
 FILE_SECBOOT (PERMITTED)

Variables

static struct keymap_key it_basic []
 "it" basic remapping
static struct keymap_key it_altgr []
 "it" AltGr remapping
struct keymap it_keymap __keymap
 "it" keyboard map

Detailed Description

"it" keyboard mapping

This file is automatically generated; do not edit

Definition in file keymap_it.c.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( PUBLIC_DOMAIN )

◆ FILE_SECBOOT()

FILE_SECBOOT ( PERMITTED )

Variable Documentation

◆ it_basic

struct keymap_key it_basic[]
static
Initial value:
= {
{ 0x1e, 0x36 },
{ 0x26, 0x2f },
{ 0x28, 0x29 },
{ 0x29, 0x3d },
{ 0x2a, 0x28 },
{ 0x2b, 0x5e },
{ 0x2d, 0x27 },
{ 0x2f, 0x2d },
{ 0x3c, 0x3b },
{ 0x3e, 0x3a },
{ 0x3f, 0x5f },
{ 0x40, 0x22 },
{ 0x5d, 0x2b },
{ 0x5e, 0x26 },
{ 0x5f, 0x3f },
{ 0x60, 0x5c },
{ 0x7d, 0x2a },
{ 0x7e, 0x7c },
{ 0xdc, 0x3c },
{ 0xfc, 0x3e },
{ 0, 0 }
}

"it" basic remapping

Definition at line 15 of file keymap_it.c.

15 {
16 { 0x1e, 0x36 }, /* 0x1e => '6' */
17 { 0x26, 0x2f }, /* '&' => '/' */
18 { 0x28, 0x29 }, /* '(' => ')' */
19 { 0x29, 0x3d }, /* ')' => '=' */
20 { 0x2a, 0x28 }, /* '*' => '(' */
21 { 0x2b, 0x5e }, /* '+' => '^' */
22 { 0x2d, 0x27 }, /* '-' => '\'' */
23 { 0x2f, 0x2d }, /* '/' => '-' */
24 { 0x3c, 0x3b }, /* '<' => ';' */
25 { 0x3e, 0x3a }, /* '>' => ':' */
26 { 0x3f, 0x5f }, /* '?' => '_' */
27 { 0x40, 0x22 }, /* '@' => '"' */
28 { 0x5d, 0x2b }, /* ']' => '+' */
29 { 0x5e, 0x26 }, /* '^' => '&' */
30 { 0x5f, 0x3f }, /* '_' => '?' */
31 { 0x60, 0x5c }, /* '`' => '\\' */
32 { 0x7d, 0x2a }, /* '}' => '*' */
33 { 0x7e, 0x7c }, /* '~' => '|' */
34 { 0xdc, 0x3c }, /* Pseudo-'\\' => '<' */
35 { 0xfc, 0x3e }, /* Pseudo-'|' => '>' */
36 { 0, 0 }
37};

◆ it_altgr

struct keymap_key it_altgr[]
static
Initial value:
= {
{ 0x22, 0x23 },
{ 0x23, 0x7e },
{ 0x26, 0x7b },
{ 0x27, 0x23 },
{ 0x28, 0x5d },
{ 0x29, 0x7d },
{ 0x2a, 0x5b },
{ 0x2d, 0x60 },
{ 0x30, 0x7d },
{ 0x37, 0x7b },
{ 0x38, 0x5b },
{ 0x39, 0x5d },
{ 0x3a, 0x40 },
{ 0x3b, 0x40 },
{ 0x3d, 0x7e },
{ 0x40, 0x7e },
{ 0x51, 0x40 },
{ 0x5c, 0x60 },
{ 0x5f, 0x60 },
{ 0x71, 0x40 },
{ 0x7c, 0x7e },
{ 0, 0 }
}

"it" AltGr remapping

Definition at line 40 of file keymap_it.c.

40 {
41 { 0x22, 0x23 }, /* '"' => '#' */
42 { 0x23, 0x7e }, /* '#' => '~' */
43 { 0x26, 0x7b }, /* '&' => '{' */
44 { 0x27, 0x23 }, /* '\'' => '#' */
45 { 0x28, 0x5d }, /* '(' => ']' */
46 { 0x29, 0x7d }, /* ')' => '}' */
47 { 0x2a, 0x5b }, /* '*' => '[' */
48 { 0x2d, 0x60 }, /* '-' => '`' */
49 { 0x30, 0x7d }, /* '0' => '}' */
50 { 0x37, 0x7b }, /* '7' => '{' */
51 { 0x38, 0x5b }, /* '8' => '[' */
52 { 0x39, 0x5d }, /* '9' => ']' */
53 { 0x3a, 0x40 }, /* ':' => '@' */
54 { 0x3b, 0x40 }, /* ';' => '@' */
55 { 0x3d, 0x7e }, /* '=' => '~' */
56 { 0x40, 0x7e }, /* '@' => '~' */
57 { 0x51, 0x40 }, /* 'Q' => '@' */
58 { 0x5c, 0x60 }, /* '\\' => '`' */
59 { 0x5f, 0x60 }, /* '_' => '`' */
60 { 0x71, 0x40 }, /* 'q' => '@' */
61 { 0x7c, 0x7e }, /* '|' => '~' */
62 { 0, 0 }
63};

◆ __keymap

struct keymap it_keymap __keymap
Initial value:
= {
.name = "it",
.basic = it_basic,
.altgr = it_altgr,
}
static struct keymap_key it_altgr[]
"it" AltGr remapping
Definition keymap_it.c:40
static struct keymap_key it_basic[]
"it" basic remapping
Definition keymap_it.c:15

"it" keyboard map

Definition at line 66 of file keymap_it.c.

66 {
67 .name = "it",
68 .basic = it_basic,
69 .altgr = it_altgr,
70};