n97 561 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # keymap for NMB N-97 keyboard commonly used by NCD X-terminals
  2. # only works under VMWare.
  3. # normal characters are in US key-layout; ie, Shift+8 is *
  4. #
  5. #0: normal
  6. #1: shift
  7. #2: esc1
  8. #3: altgr
  9. #4: ctrl
  10. #
  11. # backslash
  12. 0 0x75 0x5c
  13. # esc
  14. 0 0x64 0x1b
  15. # ctrl
  16. 0 0x38 0xf862
  17. 1 0x38 0xf862
  18. 2 0x38 0xf862
  19. 3 0x38 0xf862
  20. 4 0x38 0xf862
  21. # lalt
  22. 0 0x71 0xf863
  23. 1 0x71 0xf863
  24. 2 0x71 0xf867
  25. 3 0x71 0xf867
  26. 4 0x71 0xf863
  27. # ralt
  28. 0 0x72 0xf863
  29. 1 0x72 0xf863
  30. 2 0x72 0xf867
  31. 3 0x72 0xf867
  32. 4 0x72 0xf863
  33. # del
  34. 0 0x79 0x7f
  35. 1 0x79 0x7f
  36. 2 0x79 0x7f
  37. 3 0x79 0x7f
  38. 4 0x79 0x7f
  39. # pipe
  40. 1 0x75 0x7c