Can calc play a sound when saving?

When using another brand spreadsheet I can have the app set to play a chime whenever I hit Save. I like how this gives me a quick audible confirmation that my work is saved.

Can I do this with LibreOffice?
If not how can I make this a feature request?

Hello,

Haven’t tried myself, but it appears you can do this with a macro. See → tdf#133585

Thanks Ratslinger

I’m not alone in wishing for this feature.
And it appears one of the Devs has said it will not be added.
I’m not keen on adding a macro though so I’ll push on without it.

“I’m not keen on adding a macro though so I’ll push on without it”

It is not a difficult macro, it is only a Beep command.

sub MyBeep
Beep
end sub

Store the macro code into a Module of the MyMacros Standard library. You can assign the macro to a saving event.