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.

123456789101112131415161718192021222324
  1. /** @file
  2. *
  3. * "cf" 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. /** "cf" keyboard mapping */
  11. struct key_mapping cf_mapping[] __keymap = {
  12. { 0x23, 0x2f }, /* '#' => '/' */
  13. { 0x3c, 0x27 }, /* '<' => '\'' */
  14. { 0x3e, 0x2e }, /* '>' => '.' */
  15. { 0x40, 0x22 }, /* '@' => '"' */
  16. { 0x5c, 0x3c }, /* '\\' => '<' */
  17. { 0x5e, 0x3f }, /* '^' => '?' */
  18. { 0x60, 0x23 }, /* '`' => '#' */
  19. { 0x7c, 0x3e }, /* '|' => '>' */
  20. { 0x7e, 0x7c }, /* '~' => '|' */
  21. };