Cw
2026-07-04 fecea2c7a4ecc48b2354868894e78be361a2ccf1
C1.source/privatevoice.src/internal/hotkey/hotkey.go
@@ -13,6 +13,8 @@
   IsAnyOtherKeyPressed(excludeVK int) bool
   // IsAnyOtherKeyPressedSince returns true if another key was pressed after since.
   IsAnyOtherKeyPressedSince(excludeVK int, since time.Time) bool
   // Close releases listener resources.
   Close()
}
// New creates a new platform-specific hotkey listener.