Win32 Alt shorcuts produce unwanted windows "beep" sound

How do I disable this? This is super annoying. Do I need to grab the HWND and set something?

I’m using SDL key events to respond to alt+p but windows is beeping despite me handling the shortcut just fine in SDL

That’s weird, I could swear we fixed this at some point. Is this happening with SDL 2.0.5?

Found the bug report: https://bugzilla.libsdl.org/show_bug.cgi?id=2669
It was mentioned being fixed in the 2.0.4 release notes

1 Like

Oh okay. I’m on a bit older build (2.0.x). I’ll update soon. Thanks!

1 Like