darkhz / bluetuith

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

Keybind quit is set to Shift-q (Q) and not q as the documentation says #27

Closed kjuulh closed 10 months ago

kjuulh commented 10 months ago

Love the tool, I just switched from an older version of bluetuith, and couldn't exit because q didn't work. I looked up the documentation which still mention that the key is q, however in the menu and source it is set to Q. It isn't really a bit deal, I'd be happy to change either if needed =D

https://github.com/darkhz/bluetuith/blob/a088dae22f522fd48ec164ddd57d1e0163bc5f82/cmd/keybindings.go#L103-L108

darkhz commented 10 months ago

Ah apologies, I forgot to set the correct keybinding in the documentation. You can modify the quit behavior by setting this in your configuration file:

{
     keybindings: {
          Quit: q
     }
}
kjuulh commented 10 months ago

No worries. I came from an old aur pkg, so was just a bit confused. I am fine with the change =D