Replies: 1 comment 5 replies
-
When you handle the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am struggling to handle the enter key in my app.
I have a barcode scanner that emulates a keyboard
the window is handling the keypresses and has no text fields that can 'grab' the input
I also have 'back' button
when the window receives the Enter from the scanner ( at the end of the barcode) I can se it in window key events
but after I handle it the btnBack.Clicked event fires. even if I set btnBack.Canfocus = false;
I know I can change the scanner hardware to use a different suffix but I don't want to have to do this.
Any idea how I can handle this situation?
Beta Was this translation helpful? Give feedback.
All reactions