|
|
1.1 ! root 1: /** @file ! 2: * ! 3: * "hu" 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: /** "hu" keyboard mapping */ ! 14: struct key_mapping hu_mapping[] __keymap = { ! 15: { 0x19, 0x1a }, /* Ctrl-Y => Ctrl-Z */ ! 16: { 0x1a, 0x19 }, /* Ctrl-Z => Ctrl-Y */ ! 17: { 0x21, 0x27 }, /* '!' => '\'' */ ! 18: { 0x23, 0x2b }, /* '#' => '+' */ ! 19: { 0x24, 0x21 }, /* '$' => '!' */ ! 20: { 0x26, 0x3d }, /* '&' => '=' */ ! 21: { 0x28, 0x29 }, /* '(' => ')' */ ! 22: { 0x2a, 0x28 }, /* '*' => '(' */ ! 23: { 0x2f, 0x2d }, /* '/' => '-' */ ! 24: { 0x3c, 0x3f }, /* '<' => '?' */ ! 25: { 0x3e, 0x3a }, /* '>' => ':' */ ! 26: { 0x3f, 0x5f }, /* '?' => '_' */ ! 27: { 0x40, 0x22 }, /* '@' => '"' */ ! 28: { 0x59, 0x5a }, /* 'Y' => 'Z' */ ! 29: { 0x5a, 0x59 }, /* 'Z' => 'Y' */ ! 30: { 0x5e, 0x2f }, /* '^' => '/' */ ! 31: { 0x60, 0x30 }, /* '`' => '0' */ ! 32: { 0x79, 0x7a }, /* 'y' => 'z' */ ! 33: { 0x7a, 0x79 }, /* 'z' => 'y' */ ! 34: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.