|
|
1.1 ! root 1: /** @file ! 2: * ! 3: * "fi" 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: /** "fi" keyboard mapping */ ! 14: struct key_mapping fi_mapping[] __keymap = { ! 15: { 0x22, 0x5b }, /* '"' => '[' */ ! 16: { 0x26, 0x2f }, /* '&' => '/' */ ! 17: { 0x27, 0x7b }, /* '\'' => '{' */ ! 18: { 0x28, 0x29 }, /* '(' => ')' */ ! 19: { 0x29, 0x3d }, /* ')' => '=' */ ! 20: { 0x2a, 0x28 }, /* '*' => '(' */ ! 21: { 0x2b, 0x60 }, /* '+' => '`' */ ! 22: { 0x2d, 0x2b }, /* '-' => '+' */ ! 23: { 0x2f, 0x2d }, /* '/' => '-' */ ! 24: { 0x3a, 0x5c }, /* ':' => '\\' */ ! 25: { 0x3b, 0x7c }, /* ';' => '|' */ ! 26: { 0x3c, 0x3b }, /* '<' => ';' */ ! 27: { 0x3d, 0x27 }, /* '=' => '\'' */ ! 28: { 0x3e, 0x3a }, /* '>' => ':' */ ! 29: { 0x3f, 0x5f }, /* '?' => '_' */ ! 30: { 0x40, 0x22 }, /* '@' => '"' */ ! 31: { 0x5b, 0x7d }, /* '[' => '}' */ ! 32: { 0x5c, 0x27 }, /* '\\' => '\'' */ ! 33: { 0x5e, 0x26 }, /* '^' => '&' */ ! 34: { 0x5f, 0x3f }, /* '_' => '?' */ ! 35: { 0x7b, 0x5d }, /* '{' => ']' */ ! 36: { 0x7c, 0x2a }, /* '|' => '*' */ ! 37: { 0x7d, 0x5e }, /* '}' => '^' */ ! 38: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.