You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

keymap_mt.c 412B

1234567891011121314151617181920
  1. /** @file
  2. *
  3. * "mt" keyboard mapping
  4. *
  5. * This file is automatically generated; do not edit
  6. *
  7. */
  8. FILE_LICENCE ( PUBLIC_DOMAIN );
  9. #include <ipxe/keymap.h>
  10. /** "mt" keyboard mapping */
  11. struct key_mapping mt_mapping[] __keymap = {
  12. { 0x22, 0x40 }, /* '"' => '@' */
  13. { 0x23, 0x04 }, /* '#' => Ctrl-D */
  14. { 0x40, 0x22 }, /* '@' => '"' */
  15. { 0x5c, 0x23 }, /* '\\' => '#' */
  16. { 0x7c, 0x7e }, /* '|' => '~' */
  17. };