Clement Tsang

Results 212 comments of Clement Tsang

Yeah, that sounds like a decent thing to try to add.

Will take a look at this in a bit. Again, feel free to ignore the codecov check, it's fine.

Hmm, if I'm understanding this correctly, this is tying the feature behind a flag/option, which is the only way to configure whether it is sorted/not sorted? I was thinking of...

Hmm, interesting. It probably doesn't respond because the keybinds are technically case-sensitive. Since I'm kinda half-rewriting the code controlling that right now anyways I can look into that. Totally didn't...

Just took a peek at crossterm, unfortunately, doesn't seem to have caps lock detection yet. Anyways, in regards to next steps, I'm going to be keeping some of the case-specific...

Note to self: crossterm *does* (at least partially) support detection now (I think?), see https://docs.rs/crossterm/latest/crossterm/event/struct.KeyEventState.html#associatedconstant.CAPS_LOCK It isn't the perfect solution though, as it requires [this](https://docs.rs/crossterm/latest/crossterm/event/struct.PushKeyboardEnhancementFlags.html) to be set, which only...

Yes, this is something I already want to add, but is blocked by some refactor work (and IRL stuff).

Duplicate of https://github.com/ClementTsang/bottom/issues/52

But yes this is something I'm interested in adding.

I'm planning on eventually adding customizable keybinds as well, but yes, something like that could be added.