简体   繁体   中英

Stop Netbeans Beeping

On Windows 7, when I keep pressing Ctrl+S on a file that's already saved, the Windows error sound will play.

This is very annoying, and is quite distracting when i am in the habit of continually pressing Ctrl+S during work.

Is there a way to disable this annoying features ?

Well! This might help someone (may be begginer) in getting rid of this annoying Beep. Following this will help you disable Windows Default Beep. So, you won't hear this beep at all even outside netBeans.

1) Go to Control Panel.
2) Click Sound.
3) Click on Sounds in Top Tab Menu.
4) Click on Default Beep from Program Events Sounds List. 
5) Select "None" from the drop down Sounds list.
6) Click Apply.

Currently in NetBeans IDE, not allowed invocation of "SaveAction" from a user macro, like this keymap override "Ctrl-S" with:

" " delete-previous save

This means that there is no way to prevent than the OS sends an sound-error , But reading about it, it seems that other users complain about this behavior and have now been presented several solutions to enable a future we can customize these behaviors.

You can read more about this here

The only solution I can think of is to disable the sound system-error.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM