Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
How to Suppress System Sound for Keyboard Shortcuts in C++ Desktop Application [closed]
Closed as unclear by Lundin on Nov 8, 2024 at 15:28
This question cannot be answered in its current form, because critical information is missing.
This question was closed; new answers can no longer be added. Users with the reopen privilege may vote to reopen this question if it has been improved or closed incorrectly.
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!
1 comment thread