unwanted alert noise (enjoy the silence)

Key sequences do not block keyboard input, that means your keys will reach the currently active app while you type them. This causes the alert noise because the app probably doesn't handle the key.

The only way to prevent this is to block the keys from reaching the app, however to do this you'd need some activation trigger before typing your key sequence. Something like this: