~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/ipxe/src/hci/keymap/keymap_al.c

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/** @file
 
2
 *
 
3
 * "al" 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
/** "al" keyboard mapping */
 
14
struct key_mapping al_mapping[] __keymap = {
 
15
        { 0x19, 0x1a }, /* Ctrl-Y => Ctrl-Z */
 
16
        { 0x1a, 0x19 }, /* Ctrl-Z => Ctrl-Y */
 
17
        { 0x22, 0x7b }, /* '"' => '{' */
 
18
        { 0x27, 0x5b }, /* '\'' => '[' */
 
19
        { 0x3c, 0x3b }, /* '<' => ';' */
 
20
        { 0x3e, 0x3a }, /* '>' => ':' */
 
21
        { 0x40, 0x22 }, /* '@' => '"' */
 
22
        { 0x59, 0x5a }, /* 'Y' => 'Z' */
 
23
        { 0x5a, 0x59 }, /* 'Z' => 'Y' */
 
24
        { 0x5c, 0x5d }, /* '\\' => ']' */
 
25
        { 0x5d, 0x40 }, /* ']' => '@' */
 
26
        { 0x60, 0x5c }, /* '`' => '\\' */
 
27
        { 0x79, 0x7a }, /* 'y' => 'z' */
 
28
        { 0x7a, 0x79 }, /* 'z' => 'y' */
 
29
        { 0x7c, 0x7d }, /* '|' => '}' */
 
30
        { 0x7d, 0x27 }, /* '}' => '\'' */
 
31
        { 0x7e, 0x7c }, /* '~' => '|' */
 
32
};