|
|
1.1 ! root 1: /** @file ! 2: * ! 3: * "mt" 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: /** "mt" keyboard mapping */ ! 14: struct key_mapping mt_mapping[] __keymap = { ! 15: { 0x22, 0x40 }, /* '"' => '@' */ ! 16: { 0x23, 0x04 }, /* '#' => Ctrl-D */ ! 17: { 0x40, 0x22 }, /* '@' => '"' */ ! 18: { 0x5c, 0x23 }, /* '\\' => '#' */ ! 19: { 0x7c, 0x7e }, /* '|' => '~' */ ! 20: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.