BACKGROUND: I'm making a tab-based navigation system where the Tab key is used to go to the next (left-to-right) tab.
The code is based on the official bevy_ratatui example https://github.com/joshka/bevy_ratatui/blob/main/examples/demo.rs
ISSUE: Tabs switch really fast while the key is pressed, it makes it impossible to go the adjacent tabs, i want the tab to cycle once, when the key is pressed
Here is the full source code: https://github.com/Vinermy/astray/tree/bevy-migration