orhun / binsider

Analyze ELF binaries like a boss 😼🕵️‍♂️
https://binsider.dev/
Apache License 2.0
2.76k stars 61 forks source link

feat(ui): support shift+tab for going to the previous tab #70

Closed XXMA16 closed 1 month ago

XXMA16 commented 1 month ago

Description of change

Implemented Shift+Tab for scrolling a tab back Closes #63

Concerns

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 32 lines in your changes missing coverage. Please review.

Project coverage is 3.32%. Comparing base (aba6112) to head (2df403d).

Files with missing lines Patch % Lines
src/tui/command.rs 0.00% 16 Missing :warning:
src/tui/state.rs 0.00% 16 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #70 +/- ## ======================================== - Coverage 3.34% 3.32% -0.01% ======================================== Files 19 19 Lines 2399 2412 +13 ======================================== Hits 80 80 - Misses 2319 2332 +13 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

XXMA16 commented 1 month ago

Should I change ShiftTab to ⇧+Tab?

orhun commented 1 month ago

Hmm, that's actually a good idea :)