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

feat: close VulkanFeaturesWindow with shortcut #245

Merged

Conversation

FineFindus
Copy link
Contributor

Allows closing the VulkanFeaturesWindow with ESC. Since the search entry has the focus by default, and thus the window cannot receive the ESC shortcut, I added a workaround using the stop_search signal.

@ilya-zlobintsev
Copy link
Owner

So am i understanding this correctly: by default, when the search entry is focused, the window gets closed with the stop_search signal, and if it's not in focus, it's handled by the ShortcutController on the window?

P.S. The CI failure is an intermittent error with the package builder, not related to the PR, should be fine after a restart

@FineFindus
Copy link
Contributor Author

Yes, that is correct.

@ilya-zlobintsev ilya-zlobintsev merged commit a8c2c60 into ilya-zlobintsev:master Jan 14, 2024
@FineFindus FineFindus deleted the feat/close-window branch January 14, 2024 17:21
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.

2 participants