Ariver
2026-07-12 8d5843394f6ac48c7f23c9fbf73d0bed3d99b069
C1.source/privatevoice.src/internal/hotkey/hotkey_windows.go
@@ -91,6 +91,8 @@
   return l.IsAnyOtherKeyPressed(excludeVK)
}
func (l *windowsListener) Close() {}
func contains(slice []int, val int) bool {
   for _, v := range slice {
      if v == val {