~ubuntu-branches/ubuntu/trusty/virtualbox-lts-xenial/trusty-updates

« back to all changes in this revision

Viewing changes to src/VBox/Devices/PC/ipxe/src/hci/keymap/keymap_de.c

  • Committer: Package Import Robot
  • Author(s): Gianfranco Costamagna
  • Date: 2016-02-23 14:28:26 UTC
  • Revision ID: package-import@ubuntu.com-20160223142826-bdu69el2z6wa2a44
Tags: upstream-4.3.36-dfsg
ImportĀ upstreamĀ versionĀ 4.3.36-dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/** @file
 
2
 *
 
3
 * "de" 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
/** "de" keyboard mapping */
 
14
struct key_mapping de_mapping[] __keymap = {
 
15
        { 0x19, 0x1a }, /* Ctrl-Y => Ctrl-Z */
 
16
        { 0x1a, 0x19 }, /* Ctrl-Z => Ctrl-Y */
 
17
        { 0x22, 0x7d }, /* '"' => '}' */
 
18
        { 0x26, 0x2f }, /* '&' => '/' */
 
19
        { 0x27, 0x5d }, /* '\'' => ']' */
 
20
        { 0x28, 0x29 }, /* '(' => ')' */
 
21
        { 0x29, 0x3d }, /* ')' => '=' */
 
22
        { 0x2a, 0x28 }, /* '*' => '(' */
 
23
        { 0x2b, 0x60 }, /* '+' => '`' */
 
24
        { 0x2d, 0x5c }, /* '-' => '\\' */
 
25
        { 0x2f, 0x2d }, /* '/' => '-' */
 
26
        { 0x3a, 0x7b }, /* ':' => '{' */
 
27
        { 0x3b, 0x5b }, /* ';' => '[' */
 
28
        { 0x3c, 0x3b }, /* '<' => ';' */
 
29
        { 0x3d, 0x27 }, /* '=' => '\'' */
 
30
        { 0x3e, 0x3a }, /* '>' => ':' */
 
31
        { 0x3f, 0x5f }, /* '?' => '_' */
 
32
        { 0x40, 0x22 }, /* '@' => '"' */
 
33
        { 0x59, 0x5a }, /* 'Y' => 'Z' */
 
34
        { 0x5a, 0x59 }, /* 'Z' => 'Y' */
 
35
        { 0x5b, 0x40 }, /* '[' => '@' */
 
36
        { 0x5c, 0x23 }, /* '\\' => '#' */
 
37
        { 0x5d, 0x2b }, /* ']' => '+' */
 
38
        { 0x5e, 0x26 }, /* '^' => '&' */
 
39
        { 0x5f, 0x3f }, /* '_' => '?' */
 
40
        { 0x60, 0x5e }, /* '`' => '^' */
 
41
        { 0x79, 0x7a }, /* 'y' => 'z' */
 
42
        { 0x7a, 0x79 }, /* 'z' => 'y' */
 
43
        { 0x7b, 0x5c }, /* '{' => '\\' */
 
44
        { 0x7c, 0x27 }, /* '|' => '\'' */
 
45
        { 0x7d, 0x2a }, /* '}' => '*' */
 
46
};