You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hotkey boxes never release focus, which prevents hotkeys from being set (tested on Garuda Linux with KDE).
I fixed this on my end by adding hotkey_box.clearFocus() in ui_controller.py at row 1669.
The text was updated successfully, but these errors were encountered:
Hotkey boxes wouldn't lose focus when pressing a key, preventing them from being set on some versions (caught on Garuda Linux with KDE). This change fixes this. Thanks to @paulitepsa for finding and fixing this!
Thanks for the issue! Does this pull request (#17) do what you're describing? I tested the change on my computer (MacOS Ventura) and it seems to be working. If it looks right to you, I'll go ahead and merge it.
The hotkey boxes never release focus, which prevents hotkeys from being set (tested on Garuda Linux with KDE).
I fixed this on my end by adding
hotkey_box.clearFocus()
in ui_controller.py at row 1669.The text was updated successfully, but these errors were encountered: