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

1.1     ! root        1: /** @file
        !             2:  *
        !             3:  * "cf" 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: /** "cf" keyboard mapping */
        !            14: struct key_mapping cf_mapping[] __keymap = {
        !            15:        { 0x23, 0x2f }, /* '#' => '/' */
        !            16:        { 0x3c, 0x27 }, /* '<' => '\'' */
        !            17:        { 0x3e, 0x2e }, /* '>' => '.' */
        !            18:        { 0x40, 0x22 }, /* '@' => '"' */
        !            19:        { 0x5c, 0x3c }, /* '\\' => '<' */
        !            20:        { 0x5e, 0x3f }, /* '^' => '?' */
        !            21:        { 0x60, 0x23 }, /* '`' => '#' */
        !            22:        { 0x7c, 0x3e }, /* '|' => '>' */
        !            23:        { 0x7e, 0x7c }, /* '~' => '|' */
        !            24: };

unix.superglobalmegacorp.com

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