blob: 224fbde28f3e646a9445d90b71d595f13f17832b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/** @file
*
* "pl" keyboard mapping
*
* This file is automatically generated; do not edit
*
*/
FILE_LICENCE ( PUBLIC_DOMAIN );
#include <ipxe/keymap.h>
/** "pl" keyboard mapping */
struct key_mapping pl_mapping[] __keymap = {
{ 0xdc, 0x3c }, /* Pseudo-'\\' => '<' */
{ 0xfc, 0x3e }, /* Pseudo-'|' => '>' */
};
|