I read a lot of posts about which the keyboard has a specific "key code" for each key pressed. And there's differences between indexing that code for QWERTY/AZERTY keyboards.
But, my question is ¿How I can get that "code"?
For example, i want to get the key code of "ctrl" and "p" keys, So that at the moment of pressing them: another event occurs.
And in c2 to create an event like: if key code is down of "..." & "..." -> something happen.
Sorry, if my english isn't excellent ~