Question
“How do I prevent my computer from beeping when I press the ESC button in the preview?”
Solution
Create a preview plugin that overrides the KeyDown event. Inside this event, check for the escape key press and change it preventing the default beep.
Download: NoBeepOnESC.zip
Sample Delphi code: