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.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /** @file
  2. *
  3. * "de" 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. /** "de" keyboard mapping */
  11. struct key_mapping de_mapping[] __keymap = {
  12. { 0x19, 0x1a }, /* Ctrl-Y => Ctrl-Z */
  13. { 0x1a, 0x19 }, /* Ctrl-Z => Ctrl-Y */
  14. { 0x22, 0x7d }, /* '"' => '}' */
  15. { 0x26, 0x2f }, /* '&' => '/' */
  16. { 0x27, 0x5d }, /* '\'' => ']' */
  17. { 0x28, 0x29 }, /* '(' => ')' */
  18. { 0x29, 0x3d }, /* ')' => '=' */
  19. { 0x2a, 0x28 }, /* '*' => '(' */
  20. { 0x2b, 0x60 }, /* '+' => '`' */
  21. { 0x2d, 0x5c }, /* '-' => '\\' */
  22. { 0x2f, 0x2d }, /* '/' => '-' */
  23. { 0x3a, 0x7b }, /* ':' => '{' */
  24. { 0x3b, 0x5b }, /* ';' => '[' */
  25. { 0x3c, 0x3b }, /* '<' => ';' */
  26. { 0x3d, 0x27 }, /* '=' => '\'' */
  27. { 0x3e, 0x3a }, /* '>' => ':' */
  28. { 0x3f, 0x5f }, /* '?' => '_' */
  29. { 0x40, 0x22 }, /* '@' => '"' */
  30. { 0x59, 0x5a }, /* 'Y' => 'Z' */
  31. { 0x5a, 0x59 }, /* 'Z' => 'Y' */
  32. { 0x5b, 0x40 }, /* '[' => '@' */
  33. { 0x5c, 0x23 }, /* '\\' => '#' */
  34. { 0x5d, 0x2b }, /* ']' => '+' */
  35. { 0x5e, 0x26 }, /* '^' => '&' */
  36. { 0x5f, 0x3f }, /* '_' => '?' */
  37. { 0x60, 0x5e }, /* '`' => '^' */
  38. { 0x79, 0x7a }, /* 'y' => 'z' */
  39. { 0x7a, 0x79 }, /* 'z' => 'y' */
  40. { 0x7b, 0x5c }, /* '{' => '\\' */
  41. { 0x7c, 0x27 }, /* '|' => '\'' */
  42. { 0x7d, 0x2a }, /* '}' => '*' */
  43. };