iPXE
Data Fields
keymap_key Struct Reference

A remapped key. More...

#include <keymap.h>

Data Fields

uint8_t from
 Character read from keyboard. More...
 
uint8_t to
 Character to be used instead. More...
 

Detailed Description

A remapped key.

Represents a mapping from an ASCII character (as interpreted from a keyboard scancode by the US-only keyboard driver provided by the BIOS) to the appropriate ASCII value for the keyboard layout.

Definition at line 22 of file keymap.h.

Field Documentation

◆ from

uint8_t keymap_key::from

Character read from keyboard.

Definition at line 24 of file keymap.h.

◆ to

uint8_t keymap_key::to

Character to be used instead.

Definition at line 26 of file keymap.h.


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