iPXE
Data Fields
keymap Struct Reference

A keyboard mapping. More...

#include <keymap.h>

Data Fields

const char * name
 Name. More...
 
struct keymap_keybasic
 Basic remapping table (zero-terminated) More...
 
struct keymap_keyaltgr
 AltGr remapping table (zero-terminated) More...
 

Detailed Description

A keyboard mapping.

Definition at line 30 of file keymap.h.

Field Documentation

◆ name

const char* keymap::name

Name.

Definition at line 32 of file keymap.h.

Referenced by keymap_find(), and keymap_set().

◆ basic

struct keymap_key* keymap::basic

Basic remapping table (zero-terminated)

Definition at line 34 of file keymap.h.

Referenced by key_remap().

◆ altgr

struct keymap_key* keymap::altgr

AltGr remapping table (zero-terminated)

Definition at line 36 of file keymap.h.

Referenced by key_remap().


The documentation for this struct was generated from the following file: