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

1.1     ! root        1: /** @file
        !             2:  *
        !             3:  * "pt" 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: /** "pt" keyboard mapping */
        !            14: struct key_mapping pt_mapping[] __keymap = {
        !            15:        { 0x1c, 0x1d }, /* 0x1c => 0x1d */
        !            16:        { 0x1d, 0x1b }, /* 0x1d => 0x1b */
        !            17:        { 0x22, 0x5e }, /* '"' => '^' */
        !            18:        { 0x27, 0x7e }, /* '\'' => '~' */
        !            19:        { 0x2f, 0x3b }, /* '/' => ';' */
        !            20:        { 0x3f, 0x3a }, /* '?' => ':' */
        !            21:        { 0x5b, 0x27 }, /* '[' => '\'' */
        !            22:        { 0x5c, 0x5d }, /* '\\' => ']' */
        !            23:        { 0x5d, 0x5b }, /* ']' => '[' */
        !            24:        { 0x60, 0x27 }, /* '`' => '\'' */
        !            25:        { 0x7b, 0x60 }, /* '{' => '`' */
        !            26:        { 0x7c, 0x7d }, /* '|' => '}' */
        !            27:        { 0x7d, 0x7b }, /* '}' => '{' */
        !            28:        { 0x7e, 0x22 }, /* '~' => '"' */
        !            29: };

unix.superglobalmegacorp.com

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