DEV Community

Junior_Dev
Junior_Dev

Posted on

How to Suppress System Sound for Keyboard Shortcuts in C++ Desktop Application

In my desktop application developed in C++, I am encountering an issue where pressing the Ctrl + X, Ctrl + Shift + X, and Ctrl + D shortcut keys triggers a system sound.

I would like to suppress or disable this sound within my application.

Could anyone provide insights on how to effectively suppress this system sound? Any help would be greatly appreciated!

Top comments (0)