|
|
1.1 root 1: /** @file
2: *
3: * "uk" keyboard mapping
4: *
5: * This file is automatically generated; do not edit
6: *
7: */
8:
9: FILE_LICENCE ( PUBLIC_DOMAIN );
10:
11: #include <ipxe/keymap.h>
12:
13: /** "uk" keyboard mapping */
14: struct key_mapping uk_mapping[] __keymap = {
15: { 0x22, 0x40 }, /* '"' => '@' */
16: { 0x40, 0x22 }, /* '@' => '"' */
17: { 0x5c, 0x23 }, /* '\\' => '#' */
18: { 0x7c, 0x7e }, /* '|' => '~' */
19: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.