kai-morich / SimpleBluetoothTerminal

Android terminal app for Bluetooth classic devices using SPP profile
MIT License
447 stars 166 forks source link

Double key entry #21

Closed mpevner closed 2 years ago

mpevner commented 2 years ago

This is presumably more for the published on on Google, but hopefully appropriate here: I've noticed when using a bluetooth keyboard that hitting Enter causes a double entry. Presumably as in [0] it is reading both they key down and key up events. Interestingly, this does not occur with on-screen keyboards. Text input is not affected, presumably due to using a text box instead.

[0] https://github.com/onyxbits/TextFiction/issues/17

kai-morich commented 2 years ago

thanks for that info. With that I could now reproduce this issue.

kai-morich commented 2 years ago

fixed for my apps published at Google