Guest User

Untitled

a guest
May 31st, 2015
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. unsigned char kbdus[128] =
  2. {
  3. 0, 27, '1', '2', '3', '4', '5', '6', '7', '8', /* 9 */
  4. '9', '0', '-', '=', '\b', /* Backspace */
  5. '\t', /* Tab */
  6. 'q', 'w', 'e', 'r', /* 19 */
  7. 't', 'y', 'u', 'i', 'o', 'p', '[', ']', '\n', /* Enter key */
  8. 0, /* 29 - Control */
  9. 'a', 's', 'd', 'f', 'g', 'h', 'j', 'k', 'l', ';', /* 39 */
  10. '\'', '`', 0, /* Left shift */
  11. '\\', 'z', 'x', 'c', 'v', 'b', 'n', /* 49 */
  12. 'm', ',', '.', '/', 0, /* Right shift */
  13. '*',
  14. 0, /* Alt 56 */
  15. ' ', /* Space bar */
  16. 0, /* Caps lock */
  17. 0, /* 59 - F1 key ... > */
  18. 0, 0, 0, 0, 0, 0, 0, 0,
  19. 0, /* < ... F10 */
  20. 0, /* 69 - Num lock*/
  21. 0, /* Scroll Lock */
  22. 0, /* Home key */
  23. 0, /* Up Arrow */
  24. 0, /* Page Up */
  25. '-',
  26. 0, /* Left Arrow */
  27. 0,
  28. 0, /* Right Arrow */
  29. '+',
  30. 0, /* 79 - End key*/
  31. 0, /* Down Arrow */
  32. 0, /* Page Down */
  33. 0, /* Insert Key */
  34. 0, /* Delete Key */
  35. 0, 0, 0,
  36. 0, /* F11 Key */
  37. 0, /* F12 Key */
  38. 0, /* All other keys are undefined */
  39. };
Advertisement
Add Comment
Please, Sign In to add comment