您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213141516171819
  1. /** @file
  2. *
  3. * "uk" 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. /** "uk" keyboard mapping */
  11. struct key_mapping uk_mapping[] __keymap = {
  12. { 0x22, 0x40 }, /* '"' => '@' */
  13. { 0x40, 0x22 }, /* '@' => '"' */
  14. { 0x5c, 0x23 }, /* '\\' => '#' */
  15. { 0x7c, 0x7e }, /* '|' => '~' */
  16. };