Good morning,
the keyboard of my terminal has a key that allows you to change the keyboard from numeric to alphanumeric (or vice versa).
For my application I need to know if that key has been pressed or not and if the keyboard is only numeric or not.
I tried to use the Activity_KeyPress event and it actually tells me if that key has been pressed, but it doesn't tell me what type of keyboard I have.
It also happens that the keycode of a text character for example @ is the same as KeyCodes.KEYCODE_2
I hope I explained myself.
I thank you in advance for your help
the keyboard of my terminal has a key that allows you to change the keyboard from numeric to alphanumeric (or vice versa).
For my application I need to know if that key has been pressed or not and if the keyboard is only numeric or not.
I tried to use the Activity_KeyPress event and it actually tells me if that key has been pressed, but it doesn't tell me what type of keyboard I have.
It also happens that the keycode of a text character for example @ is the same as KeyCodes.KEYCODE_2
I hope I explained myself.
I thank you in advance for your help