use blocking for handy keys (#881)

This commit is contained in:
CJ Pais 2026-02-22 19:18:47 -08:00 committed by GitHub
parent a5c3f88ace
commit 0c8358899f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -111,7 +111,7 @@ impl HandyKeysState {
info!("handy-keys manager thread started");
// Create the HotkeyManager in this thread
let manager = match HotkeyManager::new() {
let manager = match HotkeyManager::new_with_blocking() {
Ok(m) => m,
Err(e) => {
error!("Failed to create HotkeyManager: {}", e);