When changing the volume on a Mac, you get a big ugly gray bezel showing the change in volume. This is super annoying when (say) watching a movie. Is there any way to disable this?

|
When changing the volume on a Mac, you get a big ugly gray bezel showing the change in volume. This is super annoying when (say) watching a movie. Is there any way to disable this?
|
||||
|
|
|
In automator, create a new service that takes no input. Give it a single action: Run AppleScript Enter the following AppleScript:
Save the service with the name "Volume down", and bind the service to F11. Create another new service that takes no input. Give it a single action: Run AppleScript Enter the following AppleScript:
Save the service with the name "Volume up" and bind the service to F12. Goodbye volume overlay. |
|||||||
|
|
There's no built-in method for doing so, but Googling brings up suggestions such as overriding the image used for it so that it's less obtrusive. |
|||||
|
|
Don't use the volume keys. If you change the volume with the menu bar control the overlay does not display. Note you only need to activate the menu item, and then the cursor keys can be used to manipulate it |
|||||
|