iPXE
Functions | Variables
keymap_no.c File Reference

"no" 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 no_basic []
 "no" basic remapping More...
 
static struct keymap_key no_altgr []
 "no" AltGr remapping More...
 
struct keymap no_keymap __keymap
 "no" keyboard map More...
 

Detailed Description

"no" keyboard mapping

This file is automatically generated; do not edit

Definition in file keymap_no.c.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( PUBLIC_DOMAIN  )

Variable Documentation

◆ no_basic

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

"no" basic remapping

Definition at line 14 of file keymap_no.c.

◆ no_altgr

struct keymap_key no_altgr[]
static
Initial value:
= {
{ 0x26, 0x7b },
{ 0x28, 0x5d },
{ 0x29, 0x7d },
{ 0x2a, 0x5b },
{ 0x30, 0x7d },
{ 0x32, 0x40 },
{ 0x34, 0x24 },
{ 0x37, 0x7b },
{ 0x38, 0x5b },
{ 0x39, 0x5d },
{ 0x3a, 0x7e },
{ 0x51, 0x40 },
{ 0x5c, 0x7e },
{ 0x5d, 0x7e },
{ 0x71, 0x40 },
{ 0x7c, 0x7e },
{ 0, 0 }
}

"no" AltGr remapping

Definition at line 41 of file keymap_no.c.

◆ __keymap

struct keymap no_keymap __keymap
Initial value:
= {
.name = "no",
.basic = no_basic,
.altgr = no_altgr,
}
static struct keymap_key no_basic[]
"no" basic remapping
Definition: keymap_no.c:14
static struct keymap_key no_altgr[]
"no" AltGr remapping
Definition: keymap_no.c:41

"no" keyboard map

Definition at line 62 of file keymap_no.c.