D Dey Active Member Licensed User Longtime User Nov 9, 2016 #1 Hello to all There is no way to manage an external keyboard for example. USB or bluetooth inside a class without using EditText, I need to catch es. TAB ENTER ESCAPE DELETE etc ... Thank you
Hello to all There is no way to manage an external keyboard for example. USB or bluetooth inside a class without using EditText, I need to catch es. TAB ENTER ESCAPE DELETE etc ... Thank you
Erel B4X founder Staff member Licensed User Longtime User Nov 9, 2016 #2 You can handle the Activity_KeyPress event and delegate it to the class instance. Upvote 0
D Dey Active Member Licensed User Longtime User Nov 9, 2016 #3 Erel said: You can handle the Activity_KeyPress event and delegate it to the class instance. Click to expand... Thanks for the answer Yes, it works I can intercept KEYS es. HOME END? Upvote 0
Erel said: You can handle the Activity_KeyPress event and delegate it to the class instance. Click to expand... Thanks for the answer Yes, it works I can intercept KEYS es. HOME END?
Erel B4X founder Staff member Licensed User Longtime User Nov 9, 2016 #4 You will need to test it. Upvote 0