Ariver
2026-07-13 490d60bbc90a4f407d2d9111e0da70e7efe6995a
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 {