USB 键盘楔形条码读取器是否调用按键事件?
我想在使用扫描仪扫描条形码后将焦点更改到下一个文本框,
因此此条形码扫描仪会调用 keyup 等关键事件,以便我可以检查条形码的长度以确定输入条形码并将焦点转移到另一个文本框扫描另一个 barocde ....
请帮助我
I want to change the focus to the next textbox once barcode is scaned using scanner
so do this barcode scanner invokes the key event like keyup so that i may check the length of barcode to determine the barcode is enter and shift the focus to another textbox for scannig another barocde ....
please help me
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你为什么不尝试一下呢?将按键侦听器添加到文本框并输出按键事件。
why dont you just try ? add a keylistener to your textbox and output the keyevents.