achannarasappa / ticker

Terminal stock ticker with live updates and position tracking
GNU General Public License v3.0
4.94k stars 264 forks source link

Have shift+tab cycle groups backwards #221

Open joce opened 2 years ago

joce commented 2 years ago

Problem Statement Right now, pressing the tab key cycles the groups forward. However, there is no way to cycle them backwards.

Proposed Solution Pressing shift+tab should cycle in the reverse order.

Alternatives No alternatives provided

Use Cases When having multiple groups (3 or more) and you want to just toggle between two adjacent ones, it would be quite useful to have a way to cycle in the reverse order.

Additional context No additional context provided

deroshkin commented 2 years ago

The problem I thought I encountered in my earlier message was caused by the terminal in my IDE.

I've submitted a pull request to add this feature.