Skip to content

Explicitly unregister hotkeys when resetting hotkeys#1248

Merged
nikitabobko merged 1 commit intonikitabobko:mainfrom
rickyz:fix_config_reload
Mar 30, 2025
Merged

Explicitly unregister hotkeys when resetting hotkeys#1248
nikitabobko merged 1 commit intonikitabobko:mainfrom
rickyz:fix_config_reload

Conversation

@rickyz
Copy link
Copy Markdown
Collaborator

@rickyz rickyz commented Mar 30, 2025

We cannot always rely on destruction of the HotKey object to trigger
unregistration because we might be running inside a hotkey handler that
is keeping its HotKey object alive.

_fixes #1231

We cannot always rely on destruction of the HotKey object to trigger
unregistration because we might be running inside a hotkey handler that
is keeping its HotKey object alive.

_fixes nikitabobko#1231
@nikitabobko nikitabobko merged commit 46b5f5e into nikitabobko:main Mar 30, 2025
3 checks passed
@nikitabobko
Copy link
Copy Markdown
Owner

Thanks! I've checked that it fixes the issue. Merged

@rickyz rickyz deleted the fix_config_reload branch April 1, 2025 19:27
@nikitabobko nikitabobko added the pr-merged Pull Request is merged label Apr 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-merged Pull Request is merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants