I ‘am creating a Windows .Net MAUI app the when a key is pressed on the keyboard it creates a sound that you have uploaded. Is there anything in .Net MAUI that can verify that the key is pressed on the keyboard? The app doesn’t have any entry as it should work just by uploading the file and pressing any key on the keyboard.
repo for code: https://github.com/MaleB-08/KeyCap_Sounds
I have tried some code that I found on StackOverflow but no concreate answer on it and I have looked on Microsoft documentation but no success.