neazoi
Advanced Member level 6
Hi a project of mine accepts a ps2 keyboard for input.
To avoid having to carry a ps2 keyboard with me, I want to build (not to buy) a mini version of a ps2 keyboard and include it inside the project.
Currently, the only project I am aware of are this
**broken link removed**
And its english keyboard encoding here (also attached) https://nicotak.com/keyboard/firm008eng.zip
The problem is that by looking at the code in the english version (attached) he uses combination for ESC, F1, F2, F3, F4 keys. The combinations are
// ctrl + 1 = F1
// ctrl + 2 = F2
// ctrl + 3 = F3
// ctrl + 4 = F4
// ctrl + E = ESC
But the ctrl key is used for another purpose in my project.
Can you please help me to change the ctrl to another key, for example ALT?
To avoid having to carry a ps2 keyboard with me, I want to build (not to buy) a mini version of a ps2 keyboard and include it inside the project.
Currently, the only project I am aware of are this
**broken link removed**
And its english keyboard encoding here (also attached) https://nicotak.com/keyboard/firm008eng.zip
The problem is that by looking at the code in the english version (attached) he uses combination for ESC, F1, F2, F3, F4 keys. The combinations are
// ctrl + 1 = F1
// ctrl + 2 = F2
// ctrl + 3 = F3
// ctrl + 4 = F4
// ctrl + E = ESC
But the ctrl key is used for another purpose in my project.
Can you please help me to change the ctrl to another key, for example ALT?
Attachments
Last edited: