mirror of
https://github.com/serrebidev/BlindRSS.git
synced 2026-08-13 11:59:26 -07:00
Implement keyboard shortcuts for switching article filters #50
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
serrebi/BlindRSS#50
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, users can switch the active article filter via the "View" menu → "Article Filter" submenu.
It would be beneficial to add keyboard shortcuts to quickly apply filters. The proposal is to bind the first filter option in the "Article Filter" menu to
CTRL+1, the second toCTRL+2, and so on. This will allow users to rapidly change the article display mode without leaving the keyboard, improving overall workflow efficiency.Current Behavior
Desired Behavior
CTRL+N(e.g.,CTRL+1for the first option,CTRL+2for the second, etc.).Benefits
Implementation Notes
CTRL+[1-9]shortcuts.Fixed in v1.98.0. The View > Article Filter submenu now binds Ctrl+1 through Ctrl+6 to its six options in menu order (All Articles, Unread Only, Read Only, Media and Non-media, With Media Only, Without Media Only), with the shortcut shown in each label.