Ariver
2026-07-03 a075aec123e1f7118f138738f196c2995aa96f98
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 {