iPXE
Functions | Variables
keymap_cz.c File Reference

"cz" 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 cz_basic []
 "cz" basic remapping More...
 
static struct keymap_key cz_altgr []
 "cz" AltGr remapping More...
 
struct keymap cz_keymap __keymap
 "cz" keyboard map More...
 

Detailed Description

"cz" keyboard mapping

This file is automatically generated; do not edit

Definition in file keymap_cz.c.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( PUBLIC_DOMAIN  )

Variable Documentation

◆ cz_basic

struct keymap_key cz_basic[]
static

"cz" basic remapping

Definition at line 14 of file keymap_cz.c.

◆ cz_altgr

struct keymap_key cz_altgr[]
static

"cz" AltGr remapping

Definition at line 52 of file keymap_cz.c.

◆ __keymap

struct keymap cz_keymap __keymap
Initial value:
= {
.name = "cz",
.basic = cz_basic,
.altgr = cz_altgr,
}
static struct keymap_key cz_altgr[]
"cz" AltGr remapping
Definition: keymap_cz.c:52
static struct keymap_key cz_basic[]
"cz" basic remapping
Definition: keymap_cz.c:14

"cz" keyboard map

Definition at line 92 of file keymap_cz.c.