I need to send "Volume Up" key with SendKeys Class. But I don't know what is the code for that key.
There is a list with key-codes, but there is no info about "Volume Up" key:
https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.sendkeys?view=netframework-4.8
(And I'm also searching for "Volume Down" and "Volume Mute")