Annotation of qemu/roms/ipxe/src/hci/keymap/keymap_wo.c, revision 1.1

1.1     ! root        1: /** @file
        !             2:  *
        !             3:  * "wo" 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: /** "wo" keyboard mapping */
        !            14: struct key_mapping wo_mapping[] __keymap = {
        !            15:        { 0x01, 0x11 }, /* Ctrl-A => Ctrl-Q */
        !            16:        { 0x11, 0x01 }, /* Ctrl-Q => Ctrl-A */
        !            17:        { 0x17, 0x1a }, /* Ctrl-W => Ctrl-Z */
        !            18:        { 0x1a, 0x17 }, /* Ctrl-Z => Ctrl-W */
        !            19:        { 0x21, 0x31 }, /* '!' => '1' */
        !            20:        { 0x23, 0x33 }, /* '#' => '3' */
        !            21:        { 0x24, 0x34 }, /* '$' => '4' */
        !            22:        { 0x25, 0x35 }, /* '%' => '5' */
        !            23:        { 0x26, 0x37 }, /* '&' => '7' */
        !            24:        { 0x28, 0x39 }, /* '(' => '9' */
        !            25:        { 0x29, 0x30 }, /* ')' => '0' */
        !            26:        { 0x2a, 0x38 }, /* '*' => '8' */
        !            27:        { 0x2c, 0x3b }, /* ',' => ';' */
        !            28:        { 0x2d, 0x29 }, /* '-' => ')' */
        !            29:        { 0x2e, 0x3a }, /* '.' => ':' */
        !            30:        { 0x2f, 0x21 }, /* '/' => '!' */
        !            31:        { 0x31, 0x26 }, /* '1' => '&' */
        !            32:        { 0x33, 0x22 }, /* '3' => '"' */
        !            33:        { 0x34, 0x27 }, /* '4' => '\'' */
        !            34:        { 0x35, 0x28 }, /* '5' => '(' */
        !            35:        { 0x36, 0x2d }, /* '6' => '-' */
        !            36:        { 0x38, 0x5f }, /* '8' => '_' */
        !            37:        { 0x3a, 0x4d }, /* ':' => 'M' */
        !            38:        { 0x3b, 0x6d }, /* ';' => 'm' */
        !            39:        { 0x3c, 0x2e }, /* '<' => '.' */
        !            40:        { 0x3e, 0x2f }, /* '>' => '/' */
        !            41:        { 0x40, 0x32 }, /* '@' => '2' */
        !            42:        { 0x41, 0x51 }, /* 'A' => 'Q' */
        !            43:        { 0x4d, 0x3f }, /* 'M' => '?' */
        !            44:        { 0x51, 0x41 }, /* 'Q' => 'A' */
        !            45:        { 0x57, 0x5a }, /* 'W' => 'Z' */
        !            46:        { 0x5a, 0x57 }, /* 'Z' => 'W' */
        !            47:        { 0x5d, 0x24 }, /* ']' => '$' */
        !            48:        { 0x5e, 0x36 }, /* '^' => '6' */
        !            49:        { 0x61, 0x71 }, /* 'a' => 'q' */
        !            50:        { 0x6d, 0x2c }, /* 'm' => ',' */
        !            51:        { 0x71, 0x61 }, /* 'q' => 'a' */
        !            52:        { 0x77, 0x7a }, /* 'w' => 'z' */
        !            53:        { 0x7a, 0x77 }, /* 'z' => 'w' */
        !            54:        { 0x7e, 0x25 }, /* '~' => '%' */
        !            55: };

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.