Closed shift838 closed 3 years ago
I think you have a misunderstanding of what codes are reurned and how the library works.
Many many questions, as these work correctly for years on keyboards I and other uders have used, this sort of problem would have been reported years ago.
Questions
If you want translation to ASCII or UTF-8 you NEED PS2KeyMap library AS WELL!!! This is standard Arduino IDE download from Library Manager.
To convert all keys on ANY language keyboard to ASCII/UTF-8 requires translation and mapping using PS2KeyMap
The "." on the keyboard only works as a 'DELETE' key whether Numlock is on or off.
Also what is the keywords for use for the ` and the ~ key ?
I can get the "." to work on the Keyboard if I add:
translationTable[PS2_KEY_KP_DOT]=0x34;
But that is not the keycode for the Keyboard "." key. I believe it is 0x53, but that does not work either.