darkhz / bluetuith

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

Quit on Ctrl-C #9

Closed xeruf closed 1 year ago

xeruf commented 1 year ago

I am so used to that, always have to search for Q ^^

darkhz commented 1 year ago

I'll consider implementing this.

darkhz commented 1 year ago

Do look at #8, and see if the requested feature in that issue will suffice. I blocked Ctrl+C to prevent accidental quitting. Pressing Q+y wouldn't be that tedious, I suppose. If this issue gains traction(i.e if more people request this feature), I can implement it.

xeruf commented 1 year ago

Ctrl-C is easier to reach and a habit in the terminal. How would I hit that accidentally? I would really like to have it as an option, too.

darkhz commented 1 year ago

Hmm, I will look into it. Perhaps if I made keybindings configurable, it would be better for everyone.

xeruf commented 1 year ago

that was also a thought of mine, but I think that might be unnecessary work just follow standards - Ctrl-C aborts almost any terminal application, I do not see why this one should be different

darkhz commented 1 year ago

I will consider this