Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore delete key behavior on articles #1755

Merged
merged 1 commit into from
Jun 23, 2024

Conversation

barijaona
Copy link
Member

Make Delete key delete the article when focus is on the article content panel.

Fix issue #1735

Make Delete key delete the article when focus is on the article content
panel.

Fix issue ViennaRSS#1735
Copy link
Contributor

@Eitot Eitot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was concerned about removing the first responder check. I tested pressing the delete key while having the focus (first responder status) on other parts of the window/app, but have not found unexpected behaviour. I guess since MessageListView is the origin of the ‑keyDown: method, it is fine here to check only whether the main tab is selected.

@josh64x2 josh64x2 merged commit 8928488 into ViennaRSS:master Jun 23, 2024
1 check passed
@barijaona barijaona deleted the issue-1735 branch June 24, 2024 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants