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.

1234567891011121314151617181920212223242526272829303132
  1. /** @file
  2. *
  3. * "al" 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. /** "al" keyboard mapping */
  11. struct key_mapping al_mapping[] __keymap = {
  12. { 0x19, 0x1a }, /* Ctrl-Y => Ctrl-Z */
  13. { 0x1a, 0x19 }, /* Ctrl-Z => Ctrl-Y */
  14. { 0x22, 0x7b }, /* '"' => '{' */
  15. { 0x27, 0x5b }, /* '\'' => '[' */
  16. { 0x3c, 0x3b }, /* '<' => ';' */
  17. { 0x3e, 0x3a }, /* '>' => ':' */
  18. { 0x40, 0x22 }, /* '@' => '"' */
  19. { 0x59, 0x5a }, /* 'Y' => 'Z' */
  20. { 0x5a, 0x59 }, /* 'Z' => 'Y' */
  21. { 0x5c, 0x5d }, /* '\\' => ']' */
  22. { 0x5d, 0x40 }, /* ']' => '@' */
  23. { 0x60, 0x5c }, /* '`' => '\\' */
  24. { 0x79, 0x7a }, /* 'y' => 'z' */
  25. { 0x7a, 0x79 }, /* 'z' => 'y' */
  26. { 0x7c, 0x7d }, /* '|' => '}' */
  27. { 0x7d, 0x27 }, /* '}' => '\'' */
  28. { 0x7e, 0x7c }, /* '~' => '|' */
  29. };