unicodemap.cvjoy 639 B

12345678910111213141516171819202122
  1. # Unicode values are mapped to controller 1.
  2. # The keypad from controller 2 seems to be barely used.
  3. #
  4. #format: <UNICODE>, <ROW><COL>, <MODIFIERS>
  5. # <UNICODE>: hexadecimal unicode number or DEADKEY<N>
  6. # <ROW>: row in keyboard matrix (0-5)
  7. # <COL>: column in keyboard matrix (0-7)
  8. # <MODIFIERS>: not relevant for ColecoVision
  9. #
  10. 0023, 33, # #
  11. 002a, 32, # *
  12. 0030, 20, # 0
  13. 0031, 21, # 1
  14. 0032, 22, # 2
  15. 0033, 23, # 3
  16. 0034, 24, # 4
  17. 0035, 25, # 5
  18. 0036, 26, # 6
  19. 0037, 27, # 7
  20. 0038, 30, # 8
  21. 0039, 31, # 9