darkhz / bluetuith

A TUI bluetooth manager for Linux.
MIT License
850 stars 21 forks source link

Pairing keyboard - increase display time of the access number #32

Closed jhmj-io closed 8 months ago

jhmj-io commented 8 months ago

Whilst pairing a keyboard (MX keys) entering a code on the keyboard is customary. This code is displayed in the bluetuith interface - display time is very short though.

darkhz commented 8 months ago

Are you on the latest version? Can you perhaps send a screenshot of the code display that you are getting?

jhmj-io commented 8 months ago

yes, I'm on the latest version

./bluetuith --version says: Bluetuith v[]

image

darkhz commented 8 months ago

Okay, from the screenshot it does look like it is the latest version. I think you must have compiled the program yourself, which is why the correct version is not displaying properly.

I will look into this.

jhmj-io commented 8 months ago

yes I compiled myself - Fedora

darkhz commented 8 months ago

@jhmj-io Just to confirm, the message displayed is "Passkey for MX keys is 123456, entered ------"?

jhmj-io commented 8 months ago

YESS confirmed! image

darkhz commented 8 months ago

This feature has now been implemented in this release. All pairing codes and requests will now be shown indefinitely within a popup, and you can close the popup by either pressing Escape or clicking the 'X' button.