I want to implement shortcuts on my Xamarin.Forms app in UWP. I am filling a form and upon completion instead of clicking the save button , I want to save the form by pressing Ctrl+S. How to add that in UWP.
↧
I want to implement shortcuts on my Xamarin.Forms app in UWP. I am filling a form and upon completion instead of clicking the save button , I want to save the form by pressing Ctrl+S. How to add that in UWP.