nick42d / youtui

TUI and API for YouTube Music written in Rust
MIT License
40 stars 4 forks source link

When in search box, app interprets Ctrl-c as pressing key c. #7

Closed nick42d closed 10 months ago

nick42d commented 10 months ago

Looks like keymodifiers are getting ignored when entering text into search box, so I can't quit using Ctrl-C Should also add Esc as a method to exit the search box.