|
|
1.1 ! root 1: /** @file ! 2: * ! 3: * "cz" 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: /** "cz" keyboard mapping */ ! 14: struct key_mapping cz_mapping[] __keymap = { ! 15: { 0x21, 0x2b }, /* '!' => '+' */ ! 16: { 0x2d, 0x3d }, /* '-' => '=' */ ! 17: { 0x2f, 0x2d }, /* '/' => '-' */ ! 18: { 0x31, 0x2b }, /* '1' => '+' */ ! 19: { 0x3c, 0x2c }, /* '<' => ',' */ ! 20: { 0x3e, 0x2e }, /* '>' => '.' */ ! 21: { 0x3f, 0x2d }, /* '?' => '-' */ ! 22: { 0x5d, 0x29 }, /* ']' => ')' */ ! 23: { 0x5f, 0x3d }, /* '_' => '=' */ ! 24: { 0x60, 0x3b }, /* '`' => ';' */ ! 25: { 0x7d, 0x29 }, /* '}' => ')' */ ! 26: { 0x7e, 0x3b }, /* '~' => ';' */ ! 27: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.